Sha256: 1ea5cf75f60e8d420234629726ad1e671d664bb8db0271f8417ada93d9436d9f
Contents?: true
Size: 777 Bytes
Versions: 9
Compression:
Stored size: 777 Bytes
Contents
# SunshineConversationsClient::AppleMessageOverridePayload ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **payload** | [**Object**](.md) | | [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] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::AppleMessageOverridePayload.new(payload: null, with_capabilities: ["LIST"]) ```
Version data entries
9 entries across 9 versions & 1 rubygems