Created
February 22, 2020 12:04
-
-
Save kinisoftware/c30c17a8b7a0bce74f8a8bddb73f5cc6 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>Puedes comer pizza en: Pizzeria Lucio, Pizzeria Donatello, Al rico tiramisú, Pasta al dente</speak>" | |
| }, | |
| "shouldEndSession": false, | |
| "type": "_DEFAULT_RESPONSE" | |
| }, | |
| "sessionAttributes": { | |
| "comida": "pizza" | |
| }, | |
| "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