Sha256: 8101070ea782d2ff14d6a5e7e17fe1a9dcf52b425c7b2ce1d573aff637dc468b
Contents?: true
Size: 823 Bytes
Versions: 52
Compression:
Stored size: 823 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] | | **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, question: null ) ```
Version data entries
52 entries across 52 versions & 1 rubygems