Skip to content

Latest commit

 

History

History
27 lines (12 loc) · 712 Bytes

File metadata and controls

27 lines (12 loc) · 712 Bytes

SunshineConversationsClient.AppleMessageOverridePayload

Properties

Name Type Description Notes
payload Object [optional]
withCapabilities [String] 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: [WithCapabilitiesEnum]

  • LIST (value: "LIST")

  • TIME (value: "TIME")

  • FORM (value: "FORM")

  • QUICK (value: "QUICK")

  • AUTH2 (value: "AUTH2")