Class: Aws::ConnectCampaignsV2::Types::TelephonyChannelSubtypeParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::TelephonyChannelSubtypeParameters
- Defined in:
- gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb
Overview
Parameters for the Telephony Channel Subtype
Constant Summary collapse
- SENSITIVE =
[:destination_phone_number, :attributes]
Instance Attribute Summary collapse
-
#answer_machine_detection_config ⇒ Types::AnswerMachineDetectionConfig
Answering Machine Detection config.
-
#attributes ⇒ Hash<String,String>
A custom key-value pair using an attribute map.
-
#connect_source_phone_number ⇒ String
The phone number associated with the Amazon Connect instance, in E.164 format.
-
#destination_phone_number ⇒ String
The phone number of the customer, in E.164 format.
Instance Attribute Details
#answer_machine_detection_config ⇒ Types::AnswerMachineDetectionConfig
Answering Machine Detection config
2104 2105 2106 2107 2108 2109 2110 2111 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 2104 class TelephonyChannelSubtypeParameters < Struct.new( :destination_phone_number, :attributes, :connect_source_phone_number, :answer_machine_detection_config) SENSITIVE = [:destination_phone_number, :attributes] include Aws::Structure end |
#attributes ⇒ Hash<String,String>
A custom key-value pair using an attribute map. The attributes are standard Amazon Connect attributes, and can be accessed in contact flows just like any other contact attributes.
2104 2105 2106 2107 2108 2109 2110 2111 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 2104 class TelephonyChannelSubtypeParameters < Struct.new( :destination_phone_number, :attributes, :connect_source_phone_number, :answer_machine_detection_config) SENSITIVE = [:destination_phone_number, :attributes] include Aws::Structure end |
#connect_source_phone_number ⇒ String
The phone number associated with the Amazon Connect instance, in E.164 format. If you do not specify a source phone number, you must specify a queue.
2104 2105 2106 2107 2108 2109 2110 2111 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 2104 class TelephonyChannelSubtypeParameters < Struct.new( :destination_phone_number, :attributes, :connect_source_phone_number, :answer_machine_detection_config) SENSITIVE = [:destination_phone_number, :attributes] include Aws::Structure end |
#destination_phone_number ⇒ String
The phone number of the customer, in E.164 format.
2104 2105 2106 2107 2108 2109 2110 2111 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 2104 class TelephonyChannelSubtypeParameters < Struct.new( :destination_phone_number, :attributes, :connect_source_phone_number, :answer_machine_detection_config) SENSITIVE = [:destination_phone_number, :attributes] include Aws::Structure end |