Module: Revox::Models::CampaignGetRowsResponse::Row::Call::CallAttempt::EndReason
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/revox/models/campaign_get_rows_response.rb,
sig/revox/models/campaign_get_rows_response.rbs
Overview
Reason for ending the call when ended_by is 'agent'. E.g. 'tool_end_call', 'voicemail', 'transfer', 'ivr_no_navigate'.
Constant Summary collapse
- CLIENT_INITIATED =
:client_initiated- CONNECTION_TIMEOUT =
:connection_timeout- HUMAN_TAKEOVER =
:human_takeover- IVR_NO_NAVIGATE =
:ivr_no_navigate- MAX_DURATION =
:max_duration- PARTICIPANT_REMOVED =
:participant_removed- TOOL_END_CALL =
:tool_end_call- TRANSFER =
:transfer- USER_INACTIVE =
:user_inactive- USER_REJECTED =
:user_rejected- USER_UNAVAILABLE =
:user_unavailable- VOICEMAIL =
:voicemail- SPEED_DIAL_ABANDONED =
:speed_dial_abandoned- SPEED_DIAL_OPERATOR_MISSED =
:speed_dial_operator_missed- SPEED_DIAL_TIMEOUT =
:speed_dial_timeout- SPEED_DIAL_HANGUP =
:speed_dial_hangup
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[Revox::Models::CampaignGetRowsResponse::Row::Call::CallAttempt::end_reason]
1721 |
# File 'sig/revox/models/campaign_get_rows_response.rbs', line 1721
def self?.values: -> ::Array[Revox::Models::CampaignGetRowsResponse::Row::Call::CallAttempt::end_reason]
|