Sha256: e1bf6e089b9bb19a5bf376e1e1730dca070dcdeb82d1a45f1e708c991cdd6268
Contents?: true
Size: 886 Bytes
Versions: 2
Compression:
Stored size: 886 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** | [**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( 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ultracart_api-4.0.101.rc | docs/ConversationEngagement.md |
ultracart_api-4.0.100.rc | docs/ConversationEngagement.md |