Skip to content

Instantly share code, notes, and snippets.

@crazyrohila
Created December 4, 2018 21:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crazyrohila/6f3ee54b9e90bf3a6222baefec39a35f to your computer and use it in GitHub Desktop.
Save crazyrohila/6f3ee54b9e90bf3a6222baefec39a35f to your computer and use it in GitHub Desktop.
lex-alexa-alexa-renderer-response
{
"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