Module: Telnyx::Models::CallAssistantRequest::DynamicVariable
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/telnyx/models/call_assistant_request.rb
Instance Method Summary collapse
-
#initialize(id:, dynamic_variables: nil, external_llm: nil, fallback_config: nil, greeting: nil, instructions: nil, llm_api_key_ref: nil, mcp_servers: nil, model: nil, name: nil, observability_settings: nil, openai_api_key_ref: nil, tools: nil) ⇒ Object
Some parameter documentations has been truncated, see Telnyx::Models::CallAssistantRequest for more details.
Methods included from Internal::Type::Union
==, ===, coerce, dump, hash, inspect, to_sorbet_type, variants
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
Instance Method Details
#initialize(id:, dynamic_variables: nil, external_llm: nil, fallback_config: nil, greeting: nil, instructions: nil, llm_api_key_ref: nil, mcp_servers: nil, model: nil, name: nil, observability_settings: nil, openai_api_key_ref: nil, tools: nil) ⇒ Object
Some parameter documentations has been truncated, see Telnyx::Models::CallAssistantRequest for more details.
AI Assistant configuration. All fields except ‘id` are optional — the assistant’s stored configuration will be used as fallback for any omitted fields.
141 142 143 144 145 146 147 148 149 150 151 152 |
# File 'lib/telnyx/models/call_assistant_request.rb', line 141 module DynamicVariable extend Telnyx::Internal::Type::Union variant String variant Float variant Telnyx::Internal::Type::Boolean # @!method self.variants # @return [Array(String, Float, Boolean)] end |