Created
December 4, 2018 21:47
-
-
Save crazyrohila/6f3ee54b9e90bf3a6222baefec39a35f to your computer and use it in GitHub Desktop.
lex-alexa-alexa-renderer-response
This file contains 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", | |
"response": { | |
"outputSpeech": { | |
"type": "PlainText", | |
"text": "Please select from below options:" | |
}, | |
"directives": [ | |
{ | |
"type": "Display.RenderTemplate", | |
"template": { | |
"type": "BodyTemplate1", | |
"title": "Welcome", | |
"textContent": { | |
"primaryText": { | |
"type": "RichText", | |
"text": "<s>Please select from below options:</s> <action token='button1'>Button 1</action>" | |
} | |
} | |
} | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment