Module: HubSpotSDK::Models::Crm::Extensions::CompletedThirdPartyCallRequest::FinalCallStatus
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/hubspot_sdk/models/crm/extensions/completed_third_party_call_request.rb
Overview
The final status of the call, with accepted values including: BUSY, CALLING_CRM_USER, CANCELED, COMPLETED, CONNECTING, FAILED, HOLD, IN_PROGRESS, MISSED, NO_ANSWER, QUEUED, RINGING, UNKNOWN.
Constant Summary collapse
- BUSY =
:BUSY- CALLING_CRM_USER =
:CALLING_CRM_USER- CANCELED =
:CANCELED- COMPLETED =
:COMPLETED- CONNECTING =
:CONNECTING- FAILED =
:FAILED- HOLD =
:HOLD- IN_PROGRESS =
:IN_PROGRESS- MISSED =
:MISSED- NO_ANSWER =
:NO_ANSWER- QUEUED =
:QUEUED- RINGING =
:RINGING- UNKNOWN =
:UNKNOWN
Class 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/hubspot_sdk/models/crm/extensions/completed_third_party_call_request.rb', line 124
|