Class: Telnyx::Models::AI::ImportMetadata
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::AI::ImportMetadata
- Defined in:
- lib/telnyx/models/ai/import_metadata.rb,
sig/telnyx/models/ai/import_metadata.rbs
Defined Under Namespace
Modules: ImportProvider
Instance Attribute Summary collapse
-
#import_id ⇒ String?
ID of the assistant in the provider's system.
-
#import_provider ⇒ Symbol, ...
Provider the assistant was imported from.
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(import_id: nil, import_provider: nil) ⇒ Object
|
|
# File 'lib/telnyx/models/ai/import_metadata.rb', line 19
|
Instance Attribute Details
#import_id ⇒ String?
ID of the assistant in the provider's system.
11 |
# File 'lib/telnyx/models/ai/import_metadata.rb', line 11 optional :import_id, String |
#import_provider ⇒ Symbol, ...
Provider the assistant was imported from.
17 |
# File 'lib/telnyx/models/ai/import_metadata.rb', line 17 optional :import_provider, enum: -> { Telnyx::AI::ImportMetadata::ImportProvider } |
Instance Method Details
#to_hash ⇒ {
26 |
# File 'sig/telnyx/models/ai/import_metadata.rbs', line 26
def to_hash: -> {
|