mirror of
https://github.com/openfaas/faas.git
synced 2025-06-08 16:26:47 +00:00
17 lines
342 B
JSON
17 lines
342 B
JSON
{
|
|
"version": "1.0",
|
|
"response": {
|
|
"outputSpeech": {
|
|
"type": "PlainText",
|
|
"text": "There's currently 6 people in space"
|
|
},
|
|
"card": {
|
|
"content": "There's currently 6 people in space",
|
|
"title": "People in space",
|
|
"type": "Simple"
|
|
},
|
|
"shouldEndSession": true
|
|
},
|
|
"sessionAttributes": {}
|
|
}
|