Create a team of agents.
conv.randomize_voice([...])
: Selects a voice at random based on the assigned weights.VoiceWeighting
: Associates a voice with a probability of being selected.weight
parameter determines how often each voice is selected. The sum of all weights must equal 1.0.
Examples:
1.0
: Always uses that voice.0.5
each: Each is selected 50% of the time.0.25
each.