Sha256: f21404c946c3cfef259e9d596cbf7795e8c579ea1ca38bed5f0dab7e30244741
Contents?: true
Size: 997 Bytes
Versions: 104
Compression:
Stored size: 997 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] | | **queue_name** | **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, queue_name: null ) ```
Version data entries
104 entries across 104 versions & 1 rubygems