Last active
March 25, 2019 02:26
-
-
Save resistdesign/f06cbf304f624a08d6099fea997025e0 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
{ | |
"expectUserResponse": true, | |
"expectedInputs": [ | |
{ | |
"possibleIntents": [ | |
{ | |
"intent": "actions.intent.MAIN" | |
} | |
], | |
"inputPrompt": { | |
"richInitialPrompt": { | |
"items": [ | |
{ | |
"simpleResponse": { | |
"textToSpeech": "Howdy, this is GeekNum. I can tell you fun facts about almost any number, my favorite is 42. What number do you have in mind?", | |
"displayText": "Howdy! I can tell you fun facts about almost any number. What do you have in mind?" | |
} | |
} | |
] | |
} | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment