Values_0.AutoAcceptConfigSourceConfiguration settings for auto-accept for a specific channel.
type nonrec t = {channel : Channel.t;The channel for this auto-accept configuration. Valid values: VOICE, CHAT, TASK, EMAIL.
*)autoAccept : AutoAccept.t;Indicates whether auto-accept is enabled for this channel. When enabled, available agents are automatically connected to contacts from this channel.
*)agentFirstCallbackAutoAccept : AgentFirstCallbackAutoAccept.t option;Indicates whether auto-accept is enabled for agent-first callbacks. This setting only applies to the VOICE channel.
*)}val make :
?agentFirstCallbackAutoAccept:??? ->
channel:Channel.t ->
autoAccept:AutoAccept.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Boolean of AutoAccept.t | `Enum of string ]) list ]