docs/ConversationEngagement.md in ultracart_api-4.0.101.rc vs docs/ConversationEngagement.md in ultracart_api-4.0.102.rc
- old
+ new
@@ -2,10 +2,11 @@
## Properties
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
+| **active** | **Boolean** | | [optional] |
| **conversation_engagement_oid** | **Integer** | | [optional] |
| **customer_greeting** | **String** | | [optional] |
| **department_oids** | **Array<Integer>** | | [optional] |
| **engagement_name** | **String** | | [optional] |
| **equation** | [**ConversationEngagementEquation**](ConversationEngagementEquation.md) | | [optional] |
@@ -16,9 +17,10 @@
```ruby
require 'ultracart_api'
instance = UltracartClient::ConversationEngagement.new(
+ active: null,
conversation_engagement_oid: null,
customer_greeting: null,
department_oids: null,
engagement_name: null,
equation: null,