Skip to content

Instantly share code, notes, and snippets.

@Goodsmileduck
Last active November 28, 2019 12:22
Show Gist options
  • Save Goodsmileduck/4432ce8f3b3ba83fb58f3e29cc875e23 to your computer and use it in GitHub Desktop.
Save Goodsmileduck/4432ce8f3b3ba83fb58f3e29cc875e23 to your computer and use it in GitHub Desktop.
{
"response": {
"text": "Example reply for skill",
"tts": "Example reply for skill",
"card": {
"type": "ItemsList",
"header": {
"text": "Header for List of images",
},
"items": [
{
"image_id": "<image_id>",
"title": "Title",
"description": "Description",
"button": {
"text": "Image button",
"url": "http://example.com/",
"payload": "button7_1"
}
},
{
"image_id": "<image_id>",
"title": "Title",
"description": "Description",
"button": {
"text": "Image button",
"url": "http://example.com/",
"payload": "button7_2"
}
}
],
"footer": {
"text": "Text in footer",
"button": {
"text": "Button in footer",
"url": "https://example.com/",
"payload": "footer"
}
}
},
"end_session": false
},
"session": {
"session_id": "2eac4854-fce721f3-b845abba-20d60",
"message_id": 1,
"user_id": "AC9WC3DF6FCE052E45A4566A48E6B7193774B84814CE49A922E163B8B29881DC"
},
"version": "1.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment