Module Values_0.ChatParticipantRoleConfigSource

Configuration information for the chat participant role.

Sourcetype nonrec t = {
  1. participantTimerConfigList : ParticipantTimerConfigList.t;
    (*

    A list of participant timers. You can specify any unique combination of role and timer type. Duplicate entries error out the request with a 400.

    *)
}
Sourceval context_ : string
Sourceval make : participantTimerConfigList:ParticipantTimerConfigList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `Integer of ParticipantTimerDurationInMinutes.t ]) list ]) list ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t