mirror of
https://github.com/openfaas/faas.git
synced 2025-06-10 17:26:47 +00:00
17 lines
286 B
JSON
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": {}
|
|
}
|