Sha256: b9943ee4b07ba261ac2566dd4d4cbfd75d1ba9533dc1cb093dd6abc8f7fa0637
Contents?: true
Size: 1.01 KB
Versions: 91
Compression:
Stored size: 1.01 KB
Contents
# UltracartClient::ConversationEngagement ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **active** | **Boolean** | | [optional] | | **conversation_engagement_oid** | **Integer** | | [optional] | | **customer_greeting** | **String** | | [optional] | | **customer_initiated** | **Boolean** | | [optional] | | **department_oids** | **Array<Integer>** | | [optional] | | **engagement_name** | **String** | | [optional] | | **equation** | [**ConversationEngagementEquation**](ConversationEngagementEquation.md) | | [optional] | | **time_on_page** | **Integer** | | [optional] | | **visitor_type** | **String** | The type of visitor | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ConversationEngagement.new( active: null, conversation_engagement_oid: null, customer_greeting: null, customer_initiated: null, department_oids: null, engagement_name: null, equation: null, time_on_page: null, visitor_type: null ) ```
Version data entries
91 entries across 91 versions & 1 rubygems