Values_0.ParticipantTimerConfigurationSourceConfiguration information for the timer. After the timer configuration is set, it persists for the duration of the chat. It persists across new contacts in the chain, for example, transfer contacts. For more information about how chat timeouts work, see Set up chat timeouts for human participants.
type nonrec t = {participantRole : TimerEligibleParticipantRoles.t;The role of the participant in the chat conversation.
*)timerType : ParticipantTimerType.t;The type of timer. IDLE indicates the timer applies for considering a human chat participant as idle. DISCONNECT_NONCUSTOMER indicates the timer applies to automatically disconnecting a chat participant due to idleness.
*)timerValue : ParticipantTimerValue.t;The value of the timer. Either the timer action (Unset to delete the timer), or the duration of the timer in minutes. Only one value can be set.
*)}val make :
participantRole:TimerEligibleParticipantRoles.t ->
timerType:ParticipantTimerType.t ->
timerValue:ParticipantTimerValue.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Enum of string
| `Integer of ParticipantTimerDurationInMinutes.t ])
list ])
list ]