Sha256: c003fe449f3221e91e5e8e972101b94653d83f623150cbf31471717dab8d63d5
Contents?: true
Size: 929 Bytes
Versions: 34
Compression:
Stored size: 929 Bytes
Contents
# UltracartClient::ConversationWebchatQueueStatusQueueEntry ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **conversation_participant_arn** | **String** | | [optional] | | **conversation_participant_name** | **String** | | [optional] | | **conversation_webchat_queue_uuid** | **String** | | [optional] | | **email** | **String** | | [optional] | | **join_dts** | **String** | Date/time the customer joined the queue | [optional] | | **participant_language_iso_code** | **String** | | [optional] | | **question** | **String** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ConversationWebchatQueueStatusQueueEntry.new( conversation_participant_arn: null, conversation_participant_name: null, conversation_webchat_queue_uuid: null, email: null, join_dts: null, participant_language_iso_code: null, question: null ) ```
Version data entries
34 entries across 34 versions & 1 rubygems