Created
February 22, 2020 11:57
-
-
Save kinisoftware/b0d309cdeba1dae4e3ad663beea63945 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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