Created
March 21, 2016 22:59
-
-
Save joshskeen/4f8355044e77dfe91096 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
{ | |
"version": "1.0", | |
"sessionAttributes": {}, | |
"response": { | |
"shouldEndSession": false, | |
"outputSpeech": { | |
"type": "SSML", | |
"ssml": "<speak>I didn't have data for an airport code of PUNKYBREWSTER</speak>" | |
}, | |
"reprompt": { | |
"outputSpeech": { | |
"type": "SSML", | |
"ssml": "<speak>Tell me an airport code to get delay information.</speak>" | |
} | |
} | |
}, | |
"dummy": "text" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment