The exact payload to send to the channel.
| Name | Type | Description | Notes |
|---|---|---|---|
| payload | Object | [optional] | |
| withCapabilities | List<WithCapabilitiesEnum> | List of capabilities needed for the override message to be received by the end user. `LIST` : for list picker; `TIME` : for time picker; `FORM` : for form; `QUICK` : for quick reply; `AUTH2` : for authentication | [optional] |
| Name | Value |
|---|---|
| LIST | "LIST" |
| TIME | "TIME" |
| FORM | "FORM" |
| QUICK | "QUICK" |
| AUTH2 | "AUTH2" |