Sha256: 6878e7b60e6c2be67ee9b7f93dc37c879941ff0d65f7ab8005cf0db3da252d8d

Contents?: true

Size: 806 Bytes

Versions: 3

Compression:

Stored size: 806 Bytes

Contents

# UltracartClient::ConversationEngagement

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **conversation_engagement_oid** | **Integer** |  | [optional] |
| **customer_greeting** | **String** |  | [optional] |
| **department_oids** | **Array<Integer>** |  | [optional] |
| **engagement_name** | **String** |  | [optional] |
| **equation** | **Object** |  | [optional] |
| **time_on_page** | **Integer** |  | [optional] |
| **visitor_type** | **String** |  | [optional] |

## Example

```ruby
require 'ultracart_api'

instance = UltracartClient::ConversationEngagement.new(
  conversation_engagement_oid: null,
  customer_greeting: null,
  department_oids: null,
  engagement_name: null,
  equation: null,
  time_on_page: null,
  visitor_type: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ultracart_api-4.0.99.rc docs/ConversationEngagement.md
ultracart_api-4.0.98.rc docs/ConversationEngagement.md
ultracart_api-4.0.97.rc docs/ConversationEngagement.md