Alexa-news-stentiment-evalu.../samples/audio/playlist_demo/speech_assets/IntentSchema.json

16 lines
221 B
JSON
Raw Normal View History

2019-04-12 19:32:29 +00:00
{
"intents": [
{
"intent": "AMAZON.PauseIntent"
},
{
"intent": "PlaylistDemoIntent"
},
{
"intent": "AMAZON.StopIntent"
},
{
"intent": "AMAZON.ResumeIntent"
}
]
}