Class: Telnyx::Models::PronunciationDictData
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::PronunciationDictData
- Defined in:
- lib/telnyx/models/pronunciation_dict_data.rb
Overview
Defined Under Namespace
Modules: Item, RecordType
Instance Attribute Summary collapse
-
#created_at ⇒ Time?
ISO 8601 timestamp with millisecond precision.
-
#id ⇒ String?
Unique identifier for the pronunciation dictionary.
-
#items ⇒ Array<Telnyx::Models::PronunciationDictAliasItem, Telnyx::Models::PronunciationDictPhonemeItem>?
List of pronunciation items (alias or phoneme type).
-
#name ⇒ String?
Human-readable name for the dictionary.
-
#record_type ⇒ Symbol, ...
Identifies the resource type.
-
#updated_at ⇒ Time?
ISO 8601 timestamp with millisecond precision.
-
#version ⇒ Integer?
Auto-incrementing version number.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(id: nil, created_at: nil, items: nil, name: nil, record_type: nil, updated_at: nil, version: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see PronunciationDictData for more details.
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(id: nil, created_at: nil, items: nil, name: nil, record_type: nil, updated_at: nil, version: nil) ⇒ Object
Some parameter documentations has been truncated, see Telnyx::Models::PronunciationDictData for more details.
A pronunciation dictionary record.
|
|
# File 'lib/telnyx/models/pronunciation_dict_data.rb', line 50
|
Instance Attribute Details
#created_at ⇒ Time?
ISO 8601 timestamp with millisecond precision.
17 |
# File 'lib/telnyx/models/pronunciation_dict_data.rb', line 17 optional :created_at, Time |
#id ⇒ String?
Unique identifier for the pronunciation dictionary.
11 |
# File 'lib/telnyx/models/pronunciation_dict_data.rb', line 11 optional :id, String |
#items ⇒ Array<Telnyx::Models::PronunciationDictAliasItem, Telnyx::Models::PronunciationDictPhonemeItem>?
List of pronunciation items (alias or phoneme type).
23 |
# File 'lib/telnyx/models/pronunciation_dict_data.rb', line 23 optional :items, -> { Telnyx::Internal::Type::ArrayOf[union: Telnyx::PronunciationDictData::Item] } |
#name ⇒ String?
Human-readable name for the dictionary. Must be unique within the organization.
29 |
# File 'lib/telnyx/models/pronunciation_dict_data.rb', line 29 optional :name, String |
#record_type ⇒ Symbol, ...
Identifies the resource type.
35 |
# File 'lib/telnyx/models/pronunciation_dict_data.rb', line 35 optional :record_type, enum: -> { Telnyx::PronunciationDictData::RecordType } |
#updated_at ⇒ Time?
ISO 8601 timestamp with millisecond precision.
41 |
# File 'lib/telnyx/models/pronunciation_dict_data.rb', line 41 optional :updated_at, Time |
#version ⇒ Integer?
Auto-incrementing version number. Increases by 1 on each update. Used for optimistic concurrency control and cache invalidation.
48 |
# File 'lib/telnyx/models/pronunciation_dict_data.rb', line 48 optional :version, Integer |
Class Method Details
.variants ⇒ Array(Telnyx::Models::PronunciationDictAliasItem, Telnyx::Models::PronunciationDictPhonemeItem)
|
|
# File 'lib/telnyx/models/pronunciation_dict_data.rb', line 84
|