Created
December 4, 2018 21:45
-
-
Save crazyrohila/5e77f30754200bd06194ee9dbc5cd8fe to your computer and use it in GitHub Desktop.
lex-alexa-core-controller-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
{ | |
"slots": [], | |
"prompt": "Please select from below options:", | |
"ui_type": "picker", | |
"data": [ | |
{ | |
"label": "Button 1", | |
"value": "button1" | |
}, | |
{ | |
"label": "Button 1", | |
"value": "button1" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment