| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
AgentContactReference.Builder |
AgentContactReference.Builder.agentContactState(ContactState agentContactState)
The state of the
contact.
|
AgentContactReference.Builder |
AgentContactReference.Builder.agentContactState(String agentContactState)
The state of the
contact.
|
static AgentContactReference.Builder |
AgentContactReference.builder() |
AgentContactReference.Builder |
AgentContactReference.Builder.channel(Channel channel)
The channel of the contact.
|
AgentContactReference.Builder |
AgentContactReference.Builder.channel(String channel)
The channel of the contact.
|
AgentContactReference.Builder |
AgentContactReference.Builder.connectedToAgentTimestamp(Instant connectedToAgentTimestamp)
The time at which the contact was connected to an agent.
|
AgentContactReference.Builder |
AgentContactReference.Builder.contactId(String contactId)
The identifier of the contact in this instance of Amazon Connect.
|
AgentContactReference.Builder |
AgentContactReference.Builder.initiationMethod(ContactInitiationMethod initiationMethod)
How the contact was initiated.
|
AgentContactReference.Builder |
AgentContactReference.Builder.initiationMethod(String initiationMethod)
How the contact was initiated.
|
default AgentContactReference.Builder |
AgentContactReference.Builder.queue(Consumer<QueueReference.Builder> queue)
Sets the value of the Queue property for this object.
|
AgentContactReference.Builder |
AgentContactReference.Builder.queue(QueueReference queue)
Sets the value of the Queue property for this object.
|
AgentContactReference.Builder |
AgentContactReference.Builder.stateStartTimestamp(Instant stateStartTimestamp)
The epoch timestamp when the contact state started.
|
AgentContactReference.Builder |
AgentContactReference.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AgentContactReference.Builder> |
AgentContactReference.serializableBuilderClass() |
Copyright © 2022. All rights reserved.