Values_2.RoutingCriteriaInputSourceAn object to define the RoutingCriteria.
type nonrec t = {steps : RoutingCriteriaInputSteps.t option;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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * Awso.Botodata.value) list ] list ])
list ]