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

17 lines
227 B
JSON

{
"intents": [
{
"intent": "MyColorIsIntent",
"slots": [
{
"name": "Color",
"type": "LIST_OF_COLORS"
}
]
},
{
"intent": "WhatsMyColorIntent"
}
]
}