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

51 lines
859 B
JSON
Raw Normal View History

2019-04-12 19:32:29 +00:00
{
"intents": [
{
"intent": "OneshotTideIntent",
"slots": [
{
"name": "City",
"type": "LIST_OF_CITIES"
},
{
"name": "State",
"type": "LIST_OF_STATES"
},
{
"name": "Date",
"type": "AMAZON.DATE"
}
]
},
{
"intent": "DialogTideIntent",
"slots": [
{
"name": "City",
"type": "LIST_OF_CITIES"
},
{
"name": "State",
"type": "LIST_OF_STATES"
},
{
"name": "Date",
"type": "AMAZON.DATE"
}
]
},
{
"intent": "SupportedCitiesIntent"
},
{
"intent": "AMAZON.HelpIntent"
},
{
"intent": "AMAZON.StopIntent"
},
{
"intent": "AMAZON.CancelIntent"
}
]
}