Values_0.ParticipantTimerValueSourceThe 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. For more information about how chat timeouts work, see Set up chat timeouts for human participants.
type nonrec t = {participantTimerAction : ParticipantTimerAction.t option;The timer action. Currently only one value is allowed: Unset. It deletes a timer.
*)participantTimerDurationInMinutes : ParticipantTimerDurationInMinutes.t option;The duration of a timer, in minutes.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of ParticipantTimerDurationInMinutes.t ])
list ]