| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
ContactSearchSummary |
ContactSearchSummary.clone() |
ContactSearchSummary |
ContactSearchSummary.withAgentInfo(ContactSearchSummaryAgentInfo agentInfo)
Information about the agent who accepted the contact.
|
ContactSearchSummary |
ContactSearchSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the contact.
|
ContactSearchSummary |
ContactSearchSummary.withChannel(Channel channel)
How the contact reached your contact center.
|
ContactSearchSummary |
ContactSearchSummary.withChannel(String channel)
How the contact reached your contact center.
|
ContactSearchSummary |
ContactSearchSummary.withDisconnectTimestamp(Date disconnectTimestamp)
The timestamp when the customer endpoint disconnected from Amazon Connect.
|
ContactSearchSummary |
ContactSearchSummary.withId(String id)
The identifier of the contact summary.
|
ContactSearchSummary |
ContactSearchSummary.withInitialContactId(String initialContactId)
If this contact is related to other contacts, this is the ID of the initial contact.
|
ContactSearchSummary |
ContactSearchSummary.withInitiationMethod(ContactInitiationMethod initiationMethod)
Indicates how the contact was initiated.
|
ContactSearchSummary |
ContactSearchSummary.withInitiationMethod(String initiationMethod)
Indicates how the contact was initiated.
|
ContactSearchSummary |
ContactSearchSummary.withInitiationTimestamp(Date initiationTimestamp)
The date and time this contact was initiated, in UTC time.
|
ContactSearchSummary |
ContactSearchSummary.withPreviousContactId(String previousContactId)
If this contact is not the first contact, this is the ID of the previous contact.
|
ContactSearchSummary |
ContactSearchSummary.withQueueInfo(ContactSearchSummaryQueueInfo queueInfo)
If this contact was queued, this contains information about the queue.
|
ContactSearchSummary |
ContactSearchSummary.withScheduledTimestamp(Date scheduledTimestamp)
The timestamp, in Unix epoch time format, at which to start running the inbound flow.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContactSearchSummary> |
SearchContactsResult.getContacts()
Information about the contacts.
|
| Modifier and Type | Method and Description |
|---|---|
SearchContactsResult |
SearchContactsResult.withContacts(ContactSearchSummary... contacts)
Information about the contacts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchContactsResult.setContacts(Collection<ContactSearchSummary> contacts)
Information about the contacts.
|
SearchContactsResult |
SearchContactsResult.withContacts(Collection<ContactSearchSummary> contacts)
Information about the contacts.
|
Copyright © 2024. All rights reserved.