Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 843 Bytes

File metadata and controls

27 lines (15 loc) · 843 Bytes

AppleMessageOverridePayload

The exact payload to send to the channel.

Properties

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]

Enum: List<WithCapabilitiesEnum>

Name Value
LIST "LIST"
TIME "TIME"
FORM "FORM"
QUICK "QUICK"
AUTH2 "AUTH2"