Last active
December 5, 2018 08:22
-
-
Save crazyrohila/d759eff36d8ac5a68556b67b7b2bf2bf to your computer and use it in GitHub Desktop.
alexa-echo-show-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": "Hi, I am a virtual assistant, but with a screen." | |
}, | |
"directives": [ | |
{ | |
"type": "Display.RenderTemplate", | |
"template": { | |
"type": "BodyTemplate1", | |
"title": "Welcome", | |
"textContent": { | |
"primaryText": { | |
"type": "PlainText", | |
"text": "Hi, I am a virtual assistant, but with a screen." | |
} | |
} | |
} | |
} | |
], | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment