Module: Telnyx::Models::Dir::CommentType

Extended by:
Internal::Type::Enum
Defined in:
lib/telnyx/models/dir/comment_type.rb

Overview

Comment categorisation. Customers post ‘customer_inquiry`. The Telnyx team posts `vetting_comment`, `rejection_reason`, `notification`, `status_update`, or `admin_response`. `internal_note` is filtered out of customer-visible responses.

Constant Summary collapse

VETTING_COMMENT =
:vetting_comment
REJECTION_REASON =
:rejection_reason
INTERNAL_NOTE =
:internal_note
NOTIFICATION =
:notification
STATUS_UPDATE =
:status_update
CUSTOMER_INQUIRY =
:customer_inquiry
ADMIN_RESPONSE =
:admin_response

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

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/telnyx/models/dir/comment_type.rb', line 20