Name | Type | Description | Notes |
---|---|---|---|
type | String | The type of message. | [default to 'carousel'] |
text | String | The fallback text message used when carousel messages are not supported by the channel. | [optional] [readonly] |
items | Array<Item> | An array of objects representing the items associated with the message. Only present in carousel and list type messages. | |
display_settings | CarouselMessageDisplaySettings | [optional] |
require 'SunshineConversationsClient'
instance = SunshineConversationsClient::CarouselMessage.new(type: null,
text: null,
items: null,
display_settings: null)