Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.14 KB

File metadata and controls

32 lines (26 loc) · 1.14 KB

UltracartClient::ConversationAgentTestSessionResponse

Properties

Name Type Description Notes
cart_id String Cart established for this session, soft logged in as the chosen customer profile. Real, and anything the agent adds to it persists. [optional]
conversation_webchat_queue_uuid String Queue entry created for this session [optional]
customer_auth ConversationCustomerAuth [optional]
error Error [optional]
metadata ResponseMetadata [optional]
storefront_host_name String Storefront the session is running against [optional]
success Boolean [optional]
warning Warning [optional]

Example

require 'ultracart_api'

instance = UltracartClient::ConversationAgentTestSessionResponse.new(
  cart_id: null,
  conversation_webchat_queue_uuid: null,
  customer_auth: null,
  error: null,
  metadata: null,
  storefront_host_name: null,
  success: null,
  warning: null
)