Skip to content

Instantly share code, notes, and snippets.

@kinisoftware
Created February 22, 2020 11:57
{
"body": {
"version": "1.0",
"response": {
"outputSpeech": {
"type": "SSML",
"ssml": "<speak>hey, ¿qué te apetece comer hoy?</speak>"
},
"reprompt": {
"outputSpeech": {
"type": "SSML",
"ssml": "<speak>Prueba a escoger un tipo de comida. Por ejemplo, \"Quiero comer pizza\" o \"Quiero comer hamburguesa\"</speak>"
}
},
"shouldEndSession": false,
"type": "_DEFAULT_RESPONSE"
},
"userAgent": "ask-java/2.9.2 Java/1.8.0_201"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment