Module Values_1.PersistentConnectionConfigSource

Configuration settings for persistent connection for a specific channel.

Sourcetype nonrec t = {
  1. channel : Values_0.Channel.t;
    (*

    Configuration settings for persistent connection. Only VOICE is supported for this data type.

    *)
  2. persistentConnection : Values_0.PersistentConnection.t;
    (*

    Indicates whether persistent connection is enabled. When enabled, the agent's connection is maintained after a call ends, enabling subsequent calls to connect faster.

    *)
}
Sourceval context_ : string
Sourceval make : channel:Values_0.Channel.t -> persistentConnection:Values_0.PersistentConnection.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.PersistentConnection.t | `Enum of string ]) 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