Created
March 21, 2016 22:58
-
-
Save joshskeen/9c5cf458b5295ca50e37 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 hear an airport code. Tell me an airport code.</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