| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
QueueInfo |
QueueInfo.clone() |
QueueInfo |
Contact.getQueueInfo()
If this contact was queued, this contains information about the queue.
|
QueueInfo |
QueueInfo.withEnqueueTimestamp(Date enqueueTimestamp)
The timestamp when the contact was added to the queue.
|
QueueInfo |
QueueInfo.withId(String id)
The identifier of the agent who accepted the contact.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Contact.setQueueInfo(QueueInfo queueInfo)
If this contact was queued, this contains information about the queue.
|
Contact |
Contact.withQueueInfo(QueueInfo queueInfo)
If this contact was queued, this contains information about the queue.
|
Copyright © 2022. All rights reserved.