Values.ChannelDefinitionSourceMakes it possible to specify which speaker is on which channel. For example, if your agent is the first participant to speak, you would set ChannelId to 0 (to indicate the first channel) and ParticipantRole to AGENT (to indicate that it's the agent speaking).
type nonrec t = {channelId : ChannelId.t option;Specify the audio channel you want to define.
*)participantRole : ParticipantRole.t option;Specify the speaker you want to define. Omitting this parameter is equivalent to specifying both participants.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Integer of ChannelId.t ]) list ]