docs/Content.md in sunshine-conversations-client-9.4.6 vs docs/Content.md in sunshine-conversations-client-9.5.6
- old
+ new
@@ -11,10 +11,10 @@
**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]
**alt_text** | **String** | An optional description of the image for accessibility purposes. The field will be saved by default with the file name as the value. | [optional]
-**block_chat_input** | **Boolean** | true if the message should block the chat input on Web Messenger. form message only. | [optional]
+**block_chat_input** | **Boolean** | true if the message should block the chat input on Web Messenger. | [optional]
**fields** | [**Array<Field>**](Field.md) | Array of field objects that contain the submitted fields. |
**text_fallback** | **String** | A string containing the `label: value` of all fields, each separated by a newline character. | [optional] [readonly]
**coordinates** | [**LocationMessageCoordinates**](LocationMessageCoordinates.md) | |
**location** | [**LocationMessageLocation**](LocationMessageLocation.md) | | [optional]
**template** | [**Object**](.md) | The whatsapp template message to send. For more information, consult the [guide](https://docs.smooch.io/guide/whatsapp#sending-message-templates). `schema` must be set to `whatsapp`. |