Module: Telnyx::Models::Texml::Accounts::CallResource::AnsweredBy

Extended by:
Internal::Type::Enum
Defined in:
lib/telnyx/models/texml/accounts/call_resource.rb,
sig/telnyx/models/texml/accounts/call_resource.rbs

Overview

The value of the answering machine detection result, if this feature was enabled for the call.

See Also:

  • Telnyx::Models::Texml::Accounts::CallResource#answered_by

Constant Summary collapse

HUMAN =

Returns:

  • (:human)
:human
MACHINE =

Returns:

  • (:machine)
:machine
NOT_SURE =

Returns:

  • (:not_sure)
:not_sure

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[Telnyx::Models::Texml::Accounts::CallResource::answered_by]

Returns:

  • (::Array[Telnyx::Models::Texml::Accounts::CallResource::answered_by])


157
# File 'sig/telnyx/models/texml/accounts/call_resource.rbs', line 157

def self?.values: -> ::Array[Telnyx::Models::Texml::Accounts::CallResource::answered_by]