Sha256: 36c27a52e68eaf215d25689f05a0fe2ffc33d57b42ab65c5160700f7fbe3660b

Contents?: true

Size: 765 Bytes

Versions: 1

Compression:

Stored size: 765 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] |
| **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,
  join_dts: null,
  question: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ultracart_api-4.0.44.rc docs/ConversationWebchatQueueStatusQueueEntry.md