Values_0.RoutingCriteriaSourceLatest routing criteria on the contact.
type nonrec t = {steps : Steps.t option;List of routing 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. When all steps are exhausted, the contact will be offered to any agent in the queue.
*)activationTimestamp : string option;The timestamp indicating when the routing criteria is set to active. A routing criteria is activated when contact is transferred to a queue. ActivationTimestamp will be set on routing criteria for contacts in agent queue even though Routing criteria is never activated for contacts in agent queue.
*)index : Index.t option;Information about the index of the routing criteria.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Index.t
| `List of
[> `Structure of (string * Awso.Botodata.value) list ] list
| `Timestamp of string ])
list ]