Skip to content

Instantly share code, notes, and snippets.

@kinisoftware
Created February 22, 2020 11:57
Show Gist options
  • Select an option

  • Save kinisoftware/b0d309cdeba1dae4e3ad663beea63945 to your computer and use it in GitHub Desktop.

Select an option

Save kinisoftware/b0d309cdeba1dae4e3ad663beea63945 to your computer and use it in GitHub Desktop.
{
"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