docs/Content.md in sunshine-conversations-client-9.5.7 vs docs/Content.md in sunshine-conversations-client-9.6.0
- old
+ new
@@ -5,10 +5,11 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | The type of message. | [default to 'template']
**text** | **String** | The fallback text message used when location messages are not supported by the channel. | [optional] [readonly]
**actions** | [**Array<ActionSubset>**](ActionSubset.md) | An array of objects representing the actions associated with the message. The array length is limited by the third party channel. | [optional]
+**payload** | **String** | The payload of a [reply button](https://docs.smooch.io/guide/structured-messages/#reply-buttons) response message. | [optional]
**items** | [**Array<Item>**](Item.md) | An array of objects representing the items associated with the message. Only present in carousel and list type messages. |
**display_settings** | [**CarouselMessageDisplaySettings**](CarouselMessageDisplaySettings.md) | | [optional]
**media_url** | **String** | The URL for media, such as an image, attached to the message. |
**media_size** | **Float** | The size of the media. | [optional] [readonly]
**media_type** | **String** | The media type of the file. | [optional] [readonly]
@@ -26,9 +27,10 @@
require 'SunshineConversationsClient'
instance = SunshineConversationsClient::Content.new(type: null,
text: null,
actions: null,
+ payload: null,
items: null,
display_settings: null,
media_url: null,
media_size: null,
media_type: null,