SunshineConversationsClient::AppleMessageOverridePayload
August 27, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| payload | Object | [optional] | |
| with_capabilities | Array<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: ["LIST"]
)