Class: Revox::Models::CallCreateResponse::Call::Assistant::LlmModel::UnionMember0
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Revox::Models::CallCreateResponse::Call::Assistant::LlmModel::UnionMember0
- Defined in:
- lib/revox/models/call_create_response.rb,
sig/revox/models/call_create_response.rbs
Defined Under Namespace
Modules: Name
Instance Attribute Summary collapse
- #name ⇒ Symbol, Revox::Models::CallCreateResponse::Call::Assistant::LlmModel::UnionMember0::Name
- #type ⇒ Symbol, :"dedicated-instance"
Instance Method Summary collapse
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(name:, type: :"dedicated-instance") ⇒ Object
|
|
# File 'lib/revox/models/call_create_response.rb', line 1134
|
Instance Attribute Details
#name ⇒ Symbol, Revox::Models::CallCreateResponse::Call::Assistant::LlmModel::UnionMember0::Name
1126 1127 |
# File 'lib/revox/models/call_create_response.rb', line 1126 required :name, enum: -> { Revox::Models::CallCreateResponse::Call::Assistant::LlmModel::UnionMember0::Name } |
#type ⇒ Symbol, :"dedicated-instance"
1132 |
# File 'lib/revox/models/call_create_response.rb', line 1132 required :type, const: :"dedicated-instance" |
Instance Method Details
#to_hash ⇒ {
823 |
# File 'sig/revox/models/call_create_response.rbs', line 823
def to_hash: -> {
|