Skip to content

Latest commit

 

History

History
26 lines (25 loc) · 399 Bytes

rasa-payloads.md

File metadata and controls

26 lines (25 loc) · 399 Bytes

Payloads rasa

text and buttons payload

[
  {
    "recipient_id": "testmeta",
    "text": "How can we help you today?",
    "buttons": [
      {
        "payload": "\/order_food",
        "title": "Order Food"
      },
      {
        "payload": "\/query_init",
        "title": "Query"
      },
      {
        "payload": "\/faq_init",
        "title": "FAQ"
      }
    ]
  }
]