16 lines
221 B
JSON
16 lines
221 B
JSON
|
|
{
|
||
|
|
"intents": [
|
||
|
|
{
|
||
|
|
"intent": "AMAZON.PauseIntent"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"intent": "PlaylistDemoIntent"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"intent": "AMAZON.StopIntent"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"intent": "AMAZON.ResumeIntent"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|