Class: Telnyx::Models::AI::ToolUpdateParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::AI::ToolUpdateParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/telnyx/models/ai/tool_update_params.rb
Overview
Instance Attribute Summary collapse
- #display_name ⇒ String?
- #function ⇒ Hash{Symbol=>Object}?
- #handoff ⇒ Hash{Symbol=>Object}?
- #invite ⇒ Hash{Symbol=>Object}?
- #retrieval ⇒ Hash{Symbol=>Object}?
- #timeout_ms ⇒ Integer?
- #tool_id ⇒ String
- #type ⇒ String?
- #webhook ⇒ Hash{Symbol=>Object}?
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(tool_id:, display_name: nil, function: nil, handoff: nil, invite: nil, retrieval: nil, timeout_ms: nil, type: nil, webhook: nil, request_options: {}) ⇒ Object
|
|
# File 'lib/telnyx/models/ai/tool_update_params.rb', line 56
|
Instance Attribute Details
#display_name ⇒ String?
19 |
# File 'lib/telnyx/models/ai/tool_update_params.rb', line 19 optional :display_name, String |
#function ⇒ Hash{Symbol=>Object}?
24 |
# File 'lib/telnyx/models/ai/tool_update_params.rb', line 24 optional :function, Telnyx::Internal::Type::HashOf[Telnyx::Internal::Type::Unknown] |
#handoff ⇒ Hash{Symbol=>Object}?
29 |
# File 'lib/telnyx/models/ai/tool_update_params.rb', line 29 optional :handoff, Telnyx::Internal::Type::HashOf[Telnyx::Internal::Type::Unknown] |
#invite ⇒ Hash{Symbol=>Object}?
34 |
# File 'lib/telnyx/models/ai/tool_update_params.rb', line 34 optional :invite, Telnyx::Internal::Type::HashOf[Telnyx::Internal::Type::Unknown] |
#retrieval ⇒ Hash{Symbol=>Object}?
39 |
# File 'lib/telnyx/models/ai/tool_update_params.rb', line 39 optional :retrieval, Telnyx::Internal::Type::HashOf[Telnyx::Internal::Type::Unknown] |
#timeout_ms ⇒ Integer?
44 |
# File 'lib/telnyx/models/ai/tool_update_params.rb', line 44 optional :timeout_ms, Integer |
#tool_id ⇒ String
14 |
# File 'lib/telnyx/models/ai/tool_update_params.rb', line 14 required :tool_id, String |
#type ⇒ String?
49 |
# File 'lib/telnyx/models/ai/tool_update_params.rb', line 49 optional :type, String |