Values_0.PreviewSourceInformation about agent-first preview mode outbound strategy configuration.
type nonrec t = {postAcceptTimeoutConfig : PostAcceptTimeoutConfig.t;Countdown timer configuration after the agent accepted the preview outbound contact.
*)allowedUserActions : AllowedUserActions.t;The actions the agent can perform after accepting the preview outbound contact.
*)}val make :
postAcceptTimeoutConfig:PostAcceptTimeoutConfig.t ->
allowedUserActions:AllowedUserActions.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string ] list
| `Structure of
(string
* [> `Integer of PostAcceptPreviewTimeoutDurationInSeconds.t ])
list ])
list ]