Sha256: 1c45563ce5ccb09145f836b1de3ccb6c02329f91d9d6ee6e8d847a6e8a04a93c
Contents?: true
Size: 947 Bytes
Versions: 35
Compression:
Stored size: 947 Bytes
Contents
# UltracartClient::ConversationEngagement ## 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] | | **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, department_oids: null, engagement_name: null, equation: null, time_on_page: null, visitor_type: null ) ```
Version data entries
35 entries across 35 versions & 1 rubygems