Skip to content

Latest commit

 

History

History
26 lines (25 loc) · 504 Bytes

response.md

File metadata and controls

26 lines (25 loc) · 504 Bytes

Response Cards

{
  "contentType": "application/vnd.amazonaws.card.generic",
  "genericAttachments": [
    {
      "attachmentLinkUrl": null,
      "buttons": [
        {
          "text": "exit",
          "value": "exit"
        },
        {
          "text": "bye",
          "value": "bye"
        }
      ],
      "imageUrl": "https://upload.wikimedia.org/wikipedia/en/6/65/Hello_logo_sm.gif",
      "subTitle": "Hello there!",
      "title": "Hello"
    }
  ],
  "version": "1"
}