Skip to content

Instantly share code, notes, and snippets.

@MarcL
Created August 5, 2019 21:20
Show Gist options
  • Select an option

  • Save MarcL/b3faae9c7712d20329a53cf79a0d48c0 to your computer and use it in GitHub Desktop.

Select an option

Save MarcL/b3faae9c7712d20329a53cf79a0d48c0 to your computer and use it in GitHub Desktop.

Revisions

  1. MarcL created this gist Aug 5, 2019.
    16 changes: 16 additions & 0 deletions exampleJSONMessage.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    {
    "message": {
    "text": "Hi there. Would you like to talk to my bot?",
    "quick_replies": [{
    "content_type": "text",
    "title": "Yes please",
    "payload": "Yes"
    },
    {
    "content_type": "text",
    "title": "No thanks",
    "payload": "No"
    }
    ]
    }
    }