Skip to content

Instantly share code, notes, and snippets.

@Goodsmileduck
Created November 28, 2019 12:43
Show Gist options
  • Save Goodsmileduck/7060f817b193c48ed5526e68ece36143 to your computer and use it in GitHub Desktop.
Save Goodsmileduck/7060f817b193c48ed5526e68ece36143 to your computer and use it in GitHub Desktop.
{
"response": {
"text": "Example reply for skill",
"tts": "Example reply for skill",
"card": {
"type": "BigImage",
"image_id": "1027858/46r960da47f60207e924",
"title": "Title",
"description": "Deccription",
"button": {
"text": "Image button",
"url": "http://example.com/",
"payload": "button9"
}
},
"buttons": [
{
"title": "Suggest with url and payload",
"payload": "suggest_payload",
"url": "https://example.com/",
"hide": true
}
],
"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