| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static AgentInfo.Builder |
AgentInfo.builder() |
AgentInfo.Builder |
AgentInfo.Builder.connectedToAgentTimestamp(Instant connectedToAgentTimestamp)
The timestamp when the contact was connected to the agent.
|
AgentInfo.Builder |
AgentInfo.Builder.id(String id)
The identifier of the agent who accepted the contact.
|
AgentInfo.Builder |
AgentInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AgentInfo.Builder> |
AgentInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Contact.Builder |
Contact.Builder.agentInfo(Consumer<AgentInfo.Builder> agentInfo)
Information about the agent who accepted the contact.
|
Copyright © 2023. All rights reserved.