docs/ChatMessage.md in purecloudplatformclientv2-52.0.0 vs docs/ChatMessage.md in purecloudplatformclientv2-53.0.0
- old
+ new
@@ -5,17 +5,18 @@
## Properties
|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
-| **body** | **String** | | [optional] |
+| **body** | **String** | The message body | [optional] |
| **id** | **String** | | [optional] |
-| **to** | **String** | | [optional] |
-| **from** | **String** | | [optional] |
+| **to** | **String** | The message recipient | [optional] |
+| **from** | **String** | The message sender | [optional] |
| **utc** | **String** | | [optional] |
-| **chat** | **String** | | [optional] |
-| **message** | **String** | | [optional] |
+| **chat** | **String** | The interaction id (if available) | [optional] |
+| **message** | **String** | The message id | [optional] |
| **type** | **String** | | [optional] |
-| **user** | [**ChatMessageUser**](ChatMessageUser.html) | | [optional] |
+| **body_type** | **String** | Type of the message body (v2 chats only) | [optional] |
+| **user** | [**ChatMessageUser**](ChatMessageUser.html) | The user information for the sender (if available) | [optional] |
{: class="table table-striped"}