| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static AgentAvailabilityTimer |
AgentAvailabilityTimer.fromValue(String value)
Use this in place of valueOf.
|
static AgentAvailabilityTimer |
AgentAvailabilityTimer.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgentAvailabilityTimer[] |
AgentAvailabilityTimer.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CreateRoutingProfileRequest |
CreateRoutingProfileRequest.withAgentAvailabilityTimer(AgentAvailabilityTimer agentAvailabilityTimer)
Whether agents with this routing profile will have their routing order calculated based on longest idle
time or time since their last inbound contact.
|
RoutingProfile |
RoutingProfile.withAgentAvailabilityTimer(AgentAvailabilityTimer agentAvailabilityTimer)
Whether agents with this routing profile will have their routing order calculated based on time since their
last inbound contact or longest idle time.
|
UpdateRoutingProfileAgentAvailabilityTimerRequest |
UpdateRoutingProfileAgentAvailabilityTimerRequest.withAgentAvailabilityTimer(AgentAvailabilityTimer agentAvailabilityTimer)
Whether agents with this routing profile will have their routing order calculated based on time since their
last inbound contact or longest idle time.
|
Copyright © 2024. All rights reserved.