Class: Telnyx::Models::VerifyProfileCreateParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::VerifyProfileCreateParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/telnyx/models/verify_profile_create_params.rb
Overview
Defined Under Namespace
Classes: Call, Flashcall, Rcs, SMS, Whatsapp
Instance Attribute Summary collapse
- #call ⇒ Telnyx::Models::VerifyProfileCreateParams::Call?
- #flashcall ⇒ Telnyx::Models::VerifyProfileCreateParams::Flashcall?
- #language ⇒ String?
- #name ⇒ String
- #rcs ⇒ Telnyx::Models::VerifyProfileCreateParams::Rcs?
- #sms ⇒ Telnyx::Models::VerifyProfileCreateParams::SMS?
- #webhook_failover_url ⇒ String?
- #webhook_url ⇒ String?
- #whatsapp ⇒ Telnyx::Models::VerifyProfileCreateParams::Whatsapp?
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
-
#initialize(alpha_sender: nil, app_name: nil, code_length: nil, default_verification_timeout_secs: nil, messaging_template_id: nil, whitelisted_destinations: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see SMS for more details.
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
Methods inherited from Internal::Type::BaseModel
==, #==, #[], 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
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(alpha_sender: nil, app_name: nil, code_length: nil, default_verification_timeout_secs: nil, messaging_template_id: nil, whitelisted_destinations: nil) ⇒ Object
Some parameter documentations has been truncated, see SMS for more details.
|
|
# File 'lib/telnyx/models/verify_profile_create_params.rb', line 104
|
Instance Attribute Details
#call ⇒ Telnyx::Models::VerifyProfileCreateParams::Call?
18 |
# File 'lib/telnyx/models/verify_profile_create_params.rb', line 18 optional :call, -> { Telnyx::VerifyProfileCreateParams::Call } |
#flashcall ⇒ Telnyx::Models::VerifyProfileCreateParams::Flashcall?
23 |
# File 'lib/telnyx/models/verify_profile_create_params.rb', line 23 optional :flashcall, -> { Telnyx::VerifyProfileCreateParams::Flashcall } |
#language ⇒ String?
28 |
# File 'lib/telnyx/models/verify_profile_create_params.rb', line 28 optional :language, String |
#name ⇒ String
13 |
# File 'lib/telnyx/models/verify_profile_create_params.rb', line 13 required :name, String |
#rcs ⇒ Telnyx::Models::VerifyProfileCreateParams::Rcs?
33 |
# File 'lib/telnyx/models/verify_profile_create_params.rb', line 33 optional :rcs, -> { Telnyx::VerifyProfileCreateParams::Rcs } |
#sms ⇒ Telnyx::Models::VerifyProfileCreateParams::SMS?
38 |
# File 'lib/telnyx/models/verify_profile_create_params.rb', line 38 optional :sms, -> { Telnyx::VerifyProfileCreateParams::SMS } |
#webhook_failover_url ⇒ String?
43 |
# File 'lib/telnyx/models/verify_profile_create_params.rb', line 43 optional :webhook_failover_url, String |
#webhook_url ⇒ String?
48 |
# File 'lib/telnyx/models/verify_profile_create_params.rb', line 48 optional :webhook_url, String |
#whatsapp ⇒ Telnyx::Models::VerifyProfileCreateParams::Whatsapp?
53 |
# File 'lib/telnyx/models/verify_profile_create_params.rb', line 53 optional :whatsapp, -> { Telnyx::VerifyProfileCreateParams::Whatsapp } |