You are on page 1of 1

{

"intents": [
{
"intent": "AskQuestionIntent",
"slots": [
{
"name": "question",
"type": "LITERAL"
}
]
},
{
"intent": "AMAZON.StopIntent"
}
]
}

AskQuestionIntent {multiply ten with six|question}


AskQuestionIntent {who is Rahul Gandhi|question}
AskQuestionIntent {please tell me what is two plus six minus seven divided by cube
of three|question}
AskQuestionIntent {hi|question}

You might also like