Module Values_2.RoutingCriteriaInputStepExpirySource

Specify whether this routing criteria step should apply for only a limited amount of time, or if it should never expire.

Sourcetype nonrec t = {
  1. 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.

    *)
}
Sourceval make : ?durationInSeconds:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Values_0.DurationInSeconds.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t