Class: Telnyx::Models::RimeVoiceSettings
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::RimeVoiceSettings
- Defined in:
- lib/telnyx/models/rime_voice_settings.rb,
sig/telnyx/models/rime_voice_settings.rbs
Defined Under Namespace
Modules: Type
Instance Attribute Summary collapse
-
#api_key_ref ⇒ String?
The
identifierfor an integration secret /v2/integration_secrets that refers to your Rime API key. -
#type ⇒ Symbol, Telnyx::Models::RimeVoiceSettings::Type
Voice settings provider type.
-
#voice_speed ⇒ Float?
Speech speed multiplier.
Instance Method Summary collapse
-
#initialize(type:, api_key_ref: nil, voice_speed: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see RimeVoiceSettings for more details.
- #to_hash ⇒ {
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(type:, api_key_ref: nil, voice_speed: nil) ⇒ Object
Some parameter documentations has been truncated, see Telnyx::Models::RimeVoiceSettings for more details.
|
|
# File 'lib/telnyx/models/rime_voice_settings.rb', line 27
|
Instance Attribute Details
#api_key_ref ⇒ String?
The identifier for an integration secret
/v2/integration_secrets
that refers to your Rime API key. Only required when using your own Rime
account.
19 |
# File 'lib/telnyx/models/rime_voice_settings.rb', line 19 optional :api_key_ref, String |
#type ⇒ Symbol, Telnyx::Models::RimeVoiceSettings::Type
Voice settings provider type
10 |
# File 'lib/telnyx/models/rime_voice_settings.rb', line 10 required :type, enum: -> { Telnyx::RimeVoiceSettings::Type } |
#voice_speed ⇒ Float?
Speech speed multiplier. Default is 1.0.
25 |
# File 'lib/telnyx/models/rime_voice_settings.rb', line 25 optional :voice_speed, Float |
Instance Method Details
#to_hash ⇒ {
27 |
# File 'sig/telnyx/models/rime_voice_settings.rbs', line 27
def to_hash: -> {
|