Module: Zavudev::Models::CallHangupResponse::Call::Status
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/zavudev/models/call_hangup_response.rb,
sig/zavudev/models/call_hangup_response.rbs
Overview
Lifecycle status of a voice call.
queued: outbound call created, not yet dialing.ringing: dialing (outbound) or received and ringing (inbound).in_progress: answered, the agent is connected.completed: ended after a conversation.failed: could not be completed.busy: the line was busy.no_answer: rang but was not answered.canceled: canceled before it was answered.
Constant Summary collapse
- QUEUED =
:queued- RINGING =
:ringing- IN_PROGRESS =
:in_progress- COMPLETED =
:completed- FAILED =
:failed- BUSY =
:busy- NO_ANSWER =
:no_answer- CANCELED =
:canceled
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[Zavudev::Models::CallHangupResponse::Call::status]
140 |
# File 'sig/zavudev/models/call_hangup_response.rbs', line 140
def self?.values: -> ::Array[Zavudev::Models::CallHangupResponse::Call::status]
|