Values_2.RoutingCriteriaInputStepExpirySourceSpecify whether this routing criteria step should apply for only a limited amount of time, or if it should never expire.
type nonrec t = {durationInSeconds : Values_0.DurationInSeconds.t option;The number of seconds that the contact will be routed only to agents matching this routing step, if expiry was configured for this routing step.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Values_0.DurationInSeconds.t ]) list ]