Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 947 Bytes

CarouselMessage.md

File metadata and controls

23 lines (16 loc) · 947 Bytes

SunshineConversationsClient::CarouselMessage

Properties

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]

Code Sample

require 'SunshineConversationsClient'

instance = SunshineConversationsClient::CarouselMessage.new(type: null,
                                 text: null,
                                 items: null,
                                 display_settings: null)