Class: Telnyx::Models::VerifyProfile
Overview
Defined Under Namespace
Modules: RecordType
Classes: Call, Flashcall, Rcs, SMS
Instance Attribute Summary collapse
Class Method Summary
collapse
Instance Method Summary
collapse
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(app_name: nil, code_length: nil, default_verification_timeout_secs: nil, messaging_template_id: nil, sms_fallback: nil, whitelisted_destinations: nil) ⇒ Object
Some parameter documentations has been truncated, see Rcs for more details.
|
# File 'lib/telnyx/models/verify_profile.rb', line 68
|
Instance Attribute Details
15
|
# File 'lib/telnyx/models/verify_profile.rb', line 15
optional :call, -> { Telnyx::VerifyProfile::Call }
|
#created_at ⇒ String?
20
|
# File 'lib/telnyx/models/verify_profile.rb', line 20
optional :created_at, String
|
25
|
# File 'lib/telnyx/models/verify_profile.rb', line 25
optional :flashcall, -> { Telnyx::VerifyProfile::Flashcall }
|
#id ⇒ String?
10
|
# File 'lib/telnyx/models/verify_profile.rb', line 10
optional :id, String
|
#language ⇒ String?
30
|
# File 'lib/telnyx/models/verify_profile.rb', line 30
optional :language, String
|
#name ⇒ String?
35
|
# File 'lib/telnyx/models/verify_profile.rb', line 35
optional :name, String
|
40
|
# File 'lib/telnyx/models/verify_profile.rb', line 40
optional :rcs, -> { Telnyx::VerifyProfile::Rcs }
|
#record_type ⇒ Symbol, ...
The possible verification profile record types.
46
|
# File 'lib/telnyx/models/verify_profile.rb', line 46
optional :record_type, enum: -> { Telnyx::VerifyProfile::RecordType }
|
51
|
# File 'lib/telnyx/models/verify_profile.rb', line 51
optional :sms, -> { Telnyx::VerifyProfile::SMS }
|
#updated_at ⇒ String?
56
|
# File 'lib/telnyx/models/verify_profile.rb', line 56
optional :updated_at, String
|
#webhook_failover_url ⇒ String?
61
|
# File 'lib/telnyx/models/verify_profile.rb', line 61
optional :webhook_failover_url, String
|
#webhook_url ⇒ String?
66
|
# File 'lib/telnyx/models/verify_profile.rb', line 66
optional :webhook_url, String
|
Class Method Details
.values ⇒ Array<Symbol>
|
# File 'lib/telnyx/models/verify_profile.rb', line 242
|