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] |
require 'SunshineConversationsClient'
instance = SunshineConversationsClient::ListMessage.new(type: null,
items: null,
actions: null)