docs/Content.md in sunshine-conversations-client-10.0.1 vs docs/Content.md in sunshine-conversations-client-11.0.0

- old
+ new

@@ -12,12 +12,13 @@ **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 in bytes. | [optional] [readonly] **media_type** | **String** | The type of media. | [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] +**submitted** | **Boolean** | Flag which states whether the form is submitted. | [optional] [readonly] **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. | +**fields** | [**Array<FormResponseMessageField>**](FormResponseMessageField.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`. | @@ -34,9 +35,10 @@ display_settings: null, media_url: null, media_size: null, media_type: null, alt_text: null, + submitted: null, block_chat_input: null, fields: null, text_fallback: null, coordinates: null, location: null,