You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**id**|<!----><!---->**String**<!---->| An ID assigned to the button response. Each object inside the content array has a unique ID. |[optional]|
12
+
|**payload**|<!----><!---->**String**<!---->| Content of the textback payload after clicking a button |[optional]|
13
+
|**text**|<!----><!---->**String**<!---->| Text to show inside the Button reply. This is also used as the response text after clicking on the Button. ||
14
+
|**type**|<!----><!---->[**ButtonResponseType**](ButtonResponseType.html)<!---->| Button response type that captures Button and QuickReply type responses |[optional]|
|**action**|<!----><!---->[**Action**](Action.html)<!---->| Specifies the type of action that is triggered upon clicking the quick reply. Currently, the only supported action is \"Message\" which sends a message using the quick reply text. |[optional]|
12
+
|**id**|<!----><!---->**String**<!---->| An ID assigned to the quick reply. Each object inside the content array has a unique ID. |[optional]|
13
+
|**image**|<!----><!---->**String**<!---->| Image associated with quick reply |[optional]|
14
+
|**payload**|<!----><!---->**String**<!---->| Content of the textback payload after clicking a quick reply |[optional]|
15
+
|**text**|<!----><!---->**String**<!---->| Text to show inside the quick reply. This is also used as the response text after clicking on the quick reply. ||
0 commit comments