Module: Telnyx::Models::AI::Assistants::UpdateAssistant::ConversationFlow::Edge::Target::Assistant::VoiceMode

Extended by:
Internal::Type::Enum
Defined in:
lib/telnyx/models/ai/assistants/update_assistant.rb

Overview

Voice behavior when handing off to the target assistant, mirroring the handoff tool’s ‘voice_mode`. `unified` (default) keeps the current voice across the handoff; `distinct` lets the target assistant speak with its own configured voice. Only applies to assistant targets — node targets override voice via the node’s own ‘voice_settings`.

See Also:

Constant Summary collapse

UNIFIED =
:unified
DISTINCT =
:distinct

Method Summary

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info