Module: Zavudev::Models::CallListParams::Status
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/zavudev/models/call_list_params.rb,
sig/zavudev/models/call_list_params.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
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/zavudev/models/call_list_params.rb', line 90
|
Instance Method Details
#self?.values ⇒ ::Array[Zavudev::Models::CallListParams::status]
85 |
# File 'sig/zavudev/models/call_list_params.rbs', line 85 def self?.values: -> ::Array[Zavudev::Models::CallListParams::status] |