AgentInfo.Builder |
AgentInfo.Builder.agentPauseDurationInSeconds(Integer agentPauseDurationInSeconds) |
Agent pause duration for a contact in seconds.
|
static AgentInfo.Builder |
AgentInfo.builder() |
|
default AgentInfo.Builder |
AgentInfo.Builder.capabilities(Consumer<ParticipantCapabilities.Builder> capabilities) |
Sets the value of the Capabilities property for this object.
|
AgentInfo.Builder |
AgentInfo.Builder.capabilities(ParticipantCapabilities capabilities) |
Sets the value of the Capabilities property for this object.
|
AgentInfo.Builder |
AgentInfo.Builder.connectedToAgentTimestamp(Instant connectedToAgentTimestamp) |
The timestamp when the contact was connected to the agent.
|
default AgentInfo.Builder |
AgentInfo.Builder.deviceInfo(Consumer<DeviceInfo.Builder> deviceInfo) |
Information regarding Agent’s device.
|
AgentInfo.Builder |
AgentInfo.Builder.deviceInfo(DeviceInfo deviceInfo) |
Information regarding Agent’s device.
|
default AgentInfo.Builder |
AgentInfo.Builder.hierarchyGroups(Consumer<HierarchyGroups.Builder> hierarchyGroups) |
The agent hierarchy groups for the agent.
|
AgentInfo.Builder |
AgentInfo.Builder.hierarchyGroups(HierarchyGroups hierarchyGroups) |
The agent hierarchy groups for the agent.
|
AgentInfo.Builder |
AgentInfo.Builder.id(String id) |
The identifier of the agent who accepted the contact.
|
AgentInfo.Builder |
AgentInfo.toBuilder() |
|