| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
AgentContactReference |
AgentContactReference.clone() |
AgentContactReference |
AgentContactReference.withAgentContactState(ContactState agentContactState)
The state of the
contact.
|
AgentContactReference |
AgentContactReference.withAgentContactState(String agentContactState)
The state of the
contact.
|
AgentContactReference |
AgentContactReference.withChannel(Channel channel)
The channel of the contact.
|
AgentContactReference |
AgentContactReference.withChannel(String channel)
The channel of the contact.
|
AgentContactReference |
AgentContactReference.withConnectedToAgentTimestamp(Date connectedToAgentTimestamp)
The time at which the contact was connected to an agent.
|
AgentContactReference |
AgentContactReference.withContactId(String contactId)
The identifier of the contact in this instance of Amazon Connect.
|
AgentContactReference |
AgentContactReference.withInitiationMethod(ContactInitiationMethod initiationMethod)
How the contact was initiated.
|
AgentContactReference |
AgentContactReference.withInitiationMethod(String initiationMethod)
How the contact was initiated.
|
AgentContactReference |
AgentContactReference.withQueue(QueueReference queue) |
AgentContactReference |
AgentContactReference.withStateStartTimestamp(Date stateStartTimestamp)
The epoch timestamp when the contact state started.
|
| Modifier and Type | Method and Description |
|---|---|
List<AgentContactReference> |
UserData.getContacts()
A list of contact reference information.
|
| Modifier and Type | Method and Description |
|---|---|
UserData |
UserData.withContacts(AgentContactReference... contacts)
A list of contact reference information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserData.setContacts(Collection<AgentContactReference> contacts)
A list of contact reference information.
|
UserData |
UserData.withContacts(Collection<AgentContactReference> contacts)
A list of contact reference information.
|
Copyright © 2023. All rights reserved.