docs/Conversation.md in ultracart_api-4.0.137 vs docs/Conversation.md in ultracart_api-4.0.138
- old
+ new
@@ -17,10 +17,11 @@
| **medium** | **String** | The communication medium of the customer. | [optional] |
| **merchant_id** | **String** | | [optional] |
| **message_count** | **Integer** | | [optional] |
| **messages** | [**Array<ConversationMessage>**](ConversationMessage.md) | | [optional] |
| **participants** | [**Array<ConversationParticipant>**](ConversationParticipant.md) | | [optional] |
+| **sentiment** | [**ConversationSentiment**](ConversationSentiment.md) | | [optional] |
| **start_dts** | **String** | Start of the conversation date/time | [optional] |
| **unread_messages** | **Boolean** | | [optional] |
| **visible** | **Boolean** | | [optional] |
## Example
@@ -42,9 +43,10 @@
medium: null,
merchant_id: null,
message_count: null,
messages: null,
participants: null,
+ sentiment: null,
start_dts: null,
unread_messages: null,
visible: null
)
```