Module: Telnyx::Models::Calls::PayPromptValue
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/telnyx/models/calls/pay_prompt_value.rb,
sig/telnyx/models/calls/pay_prompt_value.rbs
Overview
A default prompt string or an ordered list of qualified prompts.
Defined Under Namespace
Classes: UnionMember1
Constant Summary collapse
- UnionMember1Array =
Telnyx::Internal::Type::ArrayOf[-> { Telnyx::Calls::PayPromptValue::UnionMember1 }]
Class Method Summary collapse
- .values ⇒ Array<Symbol>
- .variants ⇒ Array(String, Array<Telnyx::Models::Calls::PayPromptValue::UnionMember1>)
Instance Method Summary collapse
Methods included from Internal::Type::Union
==, ===, coerce, derefed_variants, dump, hash, inspect, to_sorbet_type, variants
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
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/telnyx/models/calls/pay_prompt_value.rb', line 89
|
.variants ⇒ Array(String, Array<Telnyx::Models::Calls::PayPromptValue::UnionMember1>)
|
|
# File 'lib/telnyx/models/calls/pay_prompt_value.rb', line 94
|
Instance Method Details
#self?.variants ⇒ ::Array[Telnyx::Models::Calls::pay_prompt_value]
93 |
# File 'sig/telnyx/models/calls/pay_prompt_value.rbs', line 93
def self?.variants: -> ::Array[Telnyx::Models::Calls::pay_prompt_value]
|