pub enum WorkflowUserEditableVoice {
Show 15 variants
AzureVoice(AzureVoice),
CartesiaVoice(CartesiaVoice),
CustomVoice(CustomVoice),
DeepgramVoice(DeepgramVoice),
ElevenLabsVoice(ElevenLabsVoice),
HumeVoice(HumeVoice),
LmntVoice(LmntVoice),
NeuphonicVoice(NeuphonicVoice),
OpenAiVoice(OpenAiVoice),
PlayHtVoice(PlayHtVoice),
RimeAiVoice(RimeAiVoice),
SmallestAiVoice(SmallestAiVoice),
TavusVoice(TavusVoice),
VapiVoice(VapiVoice),
SesameVoice(SesameVoice),
}
Expand description
WorkflowUserEditableVoice : This is the voice for the workflow. This can be overridden at node level using nodes[n].voice
.
This is the voice for the workflow. This can be overridden at node level using nodes[n].voice
.
Variants§
AzureVoice(AzureVoice)
CartesiaVoice(CartesiaVoice)
CustomVoice(CustomVoice)
DeepgramVoice(DeepgramVoice)
ElevenLabsVoice(ElevenLabsVoice)
HumeVoice(HumeVoice)
LmntVoice(LmntVoice)
NeuphonicVoice(NeuphonicVoice)
OpenAiVoice(OpenAiVoice)
PlayHtVoice(PlayHtVoice)
RimeAiVoice(RimeAiVoice)
SmallestAiVoice(SmallestAiVoice)
TavusVoice(TavusVoice)
VapiVoice(VapiVoice)
SesameVoice(SesameVoice)
Trait Implementations§
Source§impl Clone for WorkflowUserEditableVoice
impl Clone for WorkflowUserEditableVoice
Source§fn clone(&self) -> WorkflowUserEditableVoice
fn clone(&self) -> WorkflowUserEditableVoice
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WorkflowUserEditableVoice
impl Debug for WorkflowUserEditableVoice
Source§impl Default for WorkflowUserEditableVoice
impl Default for WorkflowUserEditableVoice
Source§impl<'de> Deserialize<'de> for WorkflowUserEditableVoice
impl<'de> Deserialize<'de> for WorkflowUserEditableVoice
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for WorkflowUserEditableVoice
Auto Trait Implementations§
impl Freeze for WorkflowUserEditableVoice
impl RefUnwindSafe for WorkflowUserEditableVoice
impl Send for WorkflowUserEditableVoice
impl Sync for WorkflowUserEditableVoice
impl Unpin for WorkflowUserEditableVoice
impl UnwindSafe for WorkflowUserEditableVoice
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more