pub enum ConversationNodeVoice {
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
ConversationNodeVoice : This is the voice for the node. This overrides workflow.voice
.
This is the voice for the node. This overrides workflow.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 ConversationNodeVoice
impl Clone for ConversationNodeVoice
Source§fn clone(&self) -> ConversationNodeVoice
fn clone(&self) -> ConversationNodeVoice
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 ConversationNodeVoice
impl Debug for ConversationNodeVoice
Source§impl Default for ConversationNodeVoice
impl Default for ConversationNodeVoice
Source§impl<'de> Deserialize<'de> for ConversationNodeVoice
impl<'de> Deserialize<'de> for ConversationNodeVoice
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
Source§impl PartialEq for ConversationNodeVoice
impl PartialEq for ConversationNodeVoice
Source§impl Serialize for ConversationNodeVoice
impl Serialize for ConversationNodeVoice
impl StructuralPartialEq for ConversationNodeVoice
Auto Trait Implementations§
impl Freeze for ConversationNodeVoice
impl RefUnwindSafe for ConversationNodeVoice
impl Send for ConversationNodeVoice
impl Sync for ConversationNodeVoice
impl Unpin for ConversationNodeVoice
impl UnwindSafe for ConversationNodeVoice
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