Module: Telnyx::Models::Calls::ActionGatherUsingSpeakParams::Language
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/telnyx/models/calls/action_gather_using_speak_params.rb,
sig/telnyx/models/calls/action_gather_using_speak_params.rbs
Overview
The language you want spoken. This parameter is ignored when a Polly.* voice
is specified.
Constant Summary collapse
- ARB =
:arb- CMN_CN =
:"cmn-CN"- CY_GB =
:"cy-GB"- DA_DK =
:"da-DK"- DE_DE =
:"de-DE"- EN_AU =
:"en-AU"- EN_GB =
:"en-GB"- EN_GB_WLS =
:"en-GB-WLS"- EN_IN =
:"en-IN"- EN_US =
:"en-US"- ES_ES =
:"es-ES"- ES_MX =
:"es-MX"- ES_US =
:"es-US"- FR_CA =
:"fr-CA"- FR_FR =
:"fr-FR"- HI_IN =
:"hi-IN"- IS_IS =
:"is-IS"- IT_IT =
:"it-IT"- JA_JP =
:"ja-JP"- KO_KR =
:"ko-KR"- NB_NO =
:"nb-NO"- NL_NL =
:"nl-NL"- PL_PL =
:"pl-PL"- PT_BR =
:"pt-BR"- PT_PT =
:"pt-PT"- RO_RO =
:"ro-RO"- RU_RU =
:"ru-RU"- SV_SE =
:"sv-SE"- TR_TR =
:"tr-TR"
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Instance Method Details
#self?.values ⇒ ::Array[Telnyx::Models::Calls::ActionGatherUsingSpeakParams::language]
206 |
# File 'sig/telnyx/models/calls/action_gather_using_speak_params.rbs', line 206
def self?.values: -> ::Array[Telnyx::Models::Calls::ActionGatherUsingSpeakParams::language]
|