Class: Aws::Connect::Types::RoutingCriteriaInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::RoutingCriteriaInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
An object to define the RoutingCriteria.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#steps ⇒ Array<Types::RoutingCriteriaInputStep>
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.
Instance Attribute Details
#steps ⇒ Array<Types::RoutingCriteriaInputStep>
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. When all steps are exhausted, the contact will be offered to any agent in the queue.
17127 17128 17129 17130 17131 |
# File 'lib/aws-sdk-connect/types.rb', line 17127 class RoutingCriteriaInput < Struct.new( :steps) SENSITIVE = [] include Aws::Structure end |