Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 841 Bytes

ListMessage.md

File metadata and controls

21 lines (14 loc) · 841 Bytes

SunshineConversationsClient::ListMessage

Properties

Name Type Description Notes
type String The type of message. [default to 'list']
items Array<Item> An array of objects representing the items associated with the message. Only present in carousel and list type messages.
actions Array<ActionSubset> An array of objects representing the actions associated with the message. The array length is limited by the third party channel. [optional]

Code Sample

require 'SunshineConversationsClient'

instance = SunshineConversationsClient::ListMessage.new(type: null,
                                 items: null,
                                 actions: null)