Module: Telnyx::Models::CallAssistantRequest::DynamicVariable
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/telnyx/models/call_assistant_request.rb,
sig/telnyx/models/call_assistant_request.rbs
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.
- #self?.variants ⇒ ::Array[Telnyx::Models::CallAssistantRequest::dynamic_variable]
Methods included from Internal::Type::Union
==, ===, coerce, derefed_variants, dump, hash, inspect, to_sorbet_type, variants, 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 |
#self?.variants ⇒ ::Array[Telnyx::Models::CallAssistantRequest::dynamic_variable]
118 |
# File 'sig/telnyx/models/call_assistant_request.rbs', line 118
def self?.variants: -> ::Array[Telnyx::Models::CallAssistantRequest::dynamic_variable]
|