Module: Revox::Models::PhoneNumberListResponse::PhoneNumber::InboundAssistant::Slack::Outcome
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/revox/models/phone_number_list_response.rb,
sig/revox/models/phone_number_list_response.rbs
Constant Summary collapse
- NOT_INTERESTED =
:not_interested- INTERESTED =
:interested- COMPLETED =
:completed- REQUESTED_CALLBACK_LATER =
:requested_callback_later- REQUESTED_CALLBACK_NEW_NUMBER =
:requested_callback_new_number- DO_NOT_CONTACT =
:do_not_contact- AI_AVERSE =
:ai_averse- NONE =
:none
Instance Method Summary collapse
-
#initialize(channel_id:, connection_id:, outcomes:, channel_name: nil, template: nil) ⇒ Object
Some parameter documentations has been truncated, see Revox::Models::PhoneNumberListResponse::PhoneNumber::InboundAssistant::Slack for more details.
- #self?.values ⇒ ::Array[Revox::Models::PhoneNumberListResponse::PhoneNumber::InboundAssistant::Slack::outcome]
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
#initialize(channel_id:, connection_id:, outcomes:, channel_name: nil, template: nil) ⇒ Object
Some parameter documentations has been truncated, see Revox::Models::PhoneNumberListResponse::PhoneNumber::InboundAssistant::Slack for more details.
{{call_
1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 |
# File 'lib/revox/models/phone_number_list_response.rb', line 1324 module Outcome extend Revox::Internal::Type::Enum NOT_INTERESTED = :not_interested INTERESTED = :interested COMPLETED = :completed REQUESTED_CALLBACK_LATER = :requested_callback_later REQUESTED_CALLBACK_NEW_NUMBER = :requested_callback_new_number DO_NOT_CONTACT = :do_not_contact AI_AVERSE = :ai_averse NONE = :none # @!method self.values # @return [Array<Symbol>] end |
#self?.values ⇒ ::Array[Revox::Models::PhoneNumberListResponse::PhoneNumber::InboundAssistant::Slack::outcome]
1049 |
# File 'sig/revox/models/phone_number_list_response.rbs', line 1049
def self?.values: -> ::Array[Revox::Models::PhoneNumberListResponse::PhoneNumber::InboundAssistant::Slack::outcome]
|