pub enum CreateAssistantDtoVoice {
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
CreateAssistantDtoVoice : These are the options for the assistant’s voice. These are the options for the assistant’s 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 CreateAssistantDtoVoice
impl Clone for CreateAssistantDtoVoice
Source§fn clone(&self) -> CreateAssistantDtoVoice
fn clone(&self) -> CreateAssistantDtoVoice
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 CreateAssistantDtoVoice
impl Debug for CreateAssistantDtoVoice
Source§impl Default for CreateAssistantDtoVoice
impl Default for CreateAssistantDtoVoice
Source§impl<'de> Deserialize<'de> for CreateAssistantDtoVoice
impl<'de> Deserialize<'de> for CreateAssistantDtoVoice
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 CreateAssistantDtoVoice
impl PartialEq for CreateAssistantDtoVoice
Source§impl Serialize for CreateAssistantDtoVoice
impl Serialize for CreateAssistantDtoVoice
impl StructuralPartialEq for CreateAssistantDtoVoice
Auto Trait Implementations§
impl Freeze for CreateAssistantDtoVoice
impl RefUnwindSafe for CreateAssistantDtoVoice
impl Send for CreateAssistantDtoVoice
impl Sync for CreateAssistantDtoVoice
impl Unpin for CreateAssistantDtoVoice
impl UnwindSafe for CreateAssistantDtoVoice
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