System intents are a built-in part of the Core package. If there’s a corresponding intent on the Amazon or Dialogflow platforms, we map it to our intent, otherwise, we generate the custom intent of the same name on the platform.
| System | Amazon | Dialogflow | Utterances |
|---|---|---|---|
| RepeatIntent | AMAZON.RepeatIntent | custom |
|
| CancelIntent | AMAZON.CancelIntent | custom |
|
| StopIntent | AMAZON.StopIntent | custom |
|
| HelpIntent | AMAZON.HelpIntent | custom |
|
| NextIntent | AMAZON.NextIntent | custom |
|
| PreviousIntent | AMAZON.PreviousIntent | custom |
|
| PauseIntent | AMAZON.PauseIntent | custom |
|
| ResumeIntent | AMAZON.ResumeIntent | custom |
|
| StartOverIntent | AMAZON.StartOverIntent | custom |
|
| NavigateHomeIntent | AMAZON.NavigateHomeIntent | custom |
|
| LoopOnIntent | AMAZON.LoopOnIntent | custom |
|
| LoopOffIntent | AMAZON.LoopOffIntent | custom |
|
| ShuffleOnIntent | AMAZON.ShuffleOnIntent | custom |
|
| ShuffleOffIntent | AMAZON.ShuffleOffIntent | custom |
|
| NoIntent | AMAZON.NoIntent | custom |
|
| YesIntent | AMAZON.YesIntent | custom |
|
| ScrollLeftIntent | AMAZON.ScrollLeftIntent | custom |
|
| ScrollRightIntent | AMAZON.ScrollRightIntent | custom |
|
| PlaySong | custom | custom |
|
| ContinuePlayback | custom | custom |
|