Alexa-news-stentiment-evalu.../f-ask/samples/session/speech_assets/IntentSchema.json

17 lines
227 B
JSON
Raw Normal View History

2019-04-12 19:32:29 +00:00
{
"intents": [
{
"intent": "MyColorIsIntent",
"slots": [
{
"name": "Color",
"type": "LIST_OF_COLORS"
}
]
},
{
"intent": "WhatsMyColorIntent"
}
]
}