Quick Reply
- 05 Jun 2024
- 1 Minute to read
- Contributors
- Print
- DarkLight
- PDF
Quick Reply
- Updated on 05 Jun 2024
- 1 Minute to read
- Contributors
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
With Quick Reply, you can show from two to five customizable choices, and the user can select only one item.
For more information on Rich Link, go to the official documentation of Apple Messages for Business: Quick Reply Message.
Example
Below, you can see the quickReply task reference in the Attachments State Diagram.
{
"abc": {
"type": "quick_reply",
"quick_reply": {
"summaryText": "{{t'key_from_local_1}}",
"items": [
{
"identifier": "yes",
"title": "{{t'key_from_local_2}}"
},
{
"identifier": "menu",
"title": "{{t'key_from_local_3}}"
}
]
}
}
}
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
type | string | + | A type of an object to send. |
quick_reply | object | + | An object, in which all Quick Reply parameters are described. |
quick_reply.summaryText | string | + | A summary text that will be used for device notification but also shown in the transcript after user makes a choice. |
quick_reply.items | array | + | An array of section items. |
quick_reply.items[].title | string | + | Title of the Quick Reply item. Max one line of text. |
quick_reply.items[].identifier | string | An identifier to identify the item. |
Was this article helpful?