19 lines
254 B
JSON
19 lines
254 B
JSON
|
|
{
|
||
|
|
"intents": [
|
||
|
|
{
|
||
|
|
"intent": "AMAZON.PauseIntent"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"intent": "DemoIntent"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"intent": "SaxIntent"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"intent": "AMAZON.StopIntent"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"intent": "AMAZON.ResumeIntent"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|