Module: Telnyx::Models::Rcs::AgentInteraction::InteractionType
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/telnyx/models/rcs/agent_interaction.rb,
sig/telnyx/models/rcs/agent_interaction.rbs
Overview
Constant Summary collapse
- TRANSACTIONAL_UPDATES =
:TRANSACTIONAL_UPDATES- CUSTOMER_SUPPORT =
:CUSTOMER_SUPPORT- LOYALTY_OR_REWARD =
:LOYALTY_OR_REWARD- MARKETING_OR_PROMOTIONAL =
:MARKETING_OR_PROMOTIONAL- ACCOUNT_ALERTS =
:ACCOUNT_ALERTS- TWO_WAY_CONVERSATION =
:TWO_WAY_CONVERSATION- OTHER =
:OTHER
Class Method Summary collapse
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, 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
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/telnyx/models/rcs/agent_interaction.rb', line 35
|
Instance Method Details
#self?.values ⇒ ::Array[Telnyx::Models::Rcs::AgentInteraction::interaction_type]
45 |
# File 'sig/telnyx/models/rcs/agent_interaction.rbs', line 45
def self?.values: -> ::Array[Telnyx::Models::Rcs::AgentInteraction::interaction_type]
|