Module Values_0.PostAcceptTimeoutConfigSource

Countdown timer configuration after the agent accepted the contact.

Sourcetype nonrec t = {
  1. durationInSeconds : PostAcceptPreviewTimeoutDurationInSeconds.t;
    (*

    Duration in seconds for the countdown timer after the agent accepted the contact.

    *)
}
Sourceval context_ : string
Sourceval make : durationInSeconds:PostAcceptPreviewTimeoutDurationInSeconds.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of PostAcceptPreviewTimeoutDurationInSeconds.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