Class: Revox::Models::PhoneNumberListResponse::PhoneNumber::InboundAssistant::StructuredOutputConfig
Defined Under Namespace
Modules: Type
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], 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
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(name:, required:, type:, description: nil, enum_options: nil) ⇒ Object
|
# File 'lib/revox/models/phone_number_list_response.rb', line 1368
|
Instance Attribute Details
#description ⇒ String?
1361
|
# File 'lib/revox/models/phone_number_list_response.rb', line 1361
optional :description, String
|
#enum_options ⇒ Array<String>?
1366
|
# File 'lib/revox/models/phone_number_list_response.rb', line 1366
optional :enum_options, Revox::Internal::Type::ArrayOf[String]
|
#name ⇒ String
1345
|
# File 'lib/revox/models/phone_number_list_response.rb', line 1345
required :name, String
|
#required ⇒ Boolean
1350
|
# File 'lib/revox/models/phone_number_list_response.rb', line 1350
required :required, Revox::Internal::Type::Boolean
|
1355
1356
|
# File 'lib/revox/models/phone_number_list_response.rb', line 1355
required :type,
enum: -> { Revox::Models::PhoneNumberListResponse::PhoneNumber::InboundAssistant::StructuredOutputConfig::Type }
|
Instance Method Details
#to_hash ⇒ {
1085
|
# File 'sig/revox/models/phone_number_list_response.rbs', line 1085
def to_hash: -> {
|