Class: Aws::Connect::Types::RoutingCriteriaInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

An object to define the RoutingCriteria.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stepsArray<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.



18739
18740
18741
18742
18743
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18739

class RoutingCriteriaInput < Struct.new(
  :steps)
  SENSITIVE = []
  include Aws::Structure
end