Values_1.PersistentConnectionConfigSourceConfiguration settings for persistent connection for a specific channel.
type nonrec t = {channel : Values_0.Channel.t;Configuration settings for persistent connection. Only VOICE is supported for this data type.
*)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.
*)}val make :
channel:Values_0.Channel.t ->
persistentConnection:Values_0.PersistentConnection.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.PersistentConnection.t | `Enum of string ])
list ]