SunshineConversationsClient::AppleMessageOverridePayload

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
payloadObject[optional]
with_capabilitiesArray<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]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::AppleMessageOverridePayload.new(
  payload: null,
  with_capabilities: [&quot;LIST&quot;]
)