Uses of Class
software.amazon.awssdk.services.connect.model.RoutingCriteriaInputStep
-
Packages that use RoutingCriteriaInputStep Package Description software.amazon.awssdk.services.connect.model -
-
Uses of RoutingCriteriaInputStep in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type RoutingCriteriaInputStep Modifier and Type Method Description List<RoutingCriteriaInputStep>RoutingCriteriaInput. steps()When Amazon Connect does not find an available agent meeting the requirements in a step for a given step duration, the routing criteria will move on to the next step sequentially until a join is completed with an agent.Methods in software.amazon.awssdk.services.connect.model with parameters of type RoutingCriteriaInputStep Modifier and Type Method Description RoutingCriteriaInput.BuilderRoutingCriteriaInput.Builder. steps(RoutingCriteriaInputStep... steps)When Amazon Connect does not find an available agent meeting the requirements in a step for a given step duration, the routing criteria will move on to the next step sequentially until a join is completed with an agent.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type RoutingCriteriaInputStep Modifier and Type Method Description RoutingCriteriaInput.BuilderRoutingCriteriaInput.Builder. steps(Collection<RoutingCriteriaInputStep> steps)When Amazon Connect does not find an available agent meeting the requirements in a step for a given step duration, the routing criteria will move on to the next step sequentially until a join is completed with an agent.
-