Module Values_2.RoutingCriteriaInputStepSource

Step defines the list of agents to be routed or route based on the agent requirements such as ProficiencyLevel, Name, or Value.

Sourcetype nonrec t = {
  1. expiry : RoutingCriteriaInputStepExpiry.t option;
    (*

    An object to specify the expiration of a routing step.

    *)
  2. expression : Values_0.Expression.t option;
    (*

    A tagged union to specify expression for a routing step.

    *)
}
Sourceval make : ?expiry:??? -> ?expression:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * Awso.Botodata.value) 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