faas/sample-functions/ChangeColorIntent/sample_response.json
2017-02-03 08:56:15 +00:00

17 lines
286 B
JSON

{
"version": "1.0",
"response": {
"outputSpeech": {
"type": "PlainText",
"text": "OK, red."
},
"card": {
"content": "OK, red.",
"title": "Office Lights",
"type": "Simple"
},
"shouldEndSession": true
},
"sessionAttributes": {}
}