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
2014 2015 2016 2017 2018 2019 2020 2021 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 2014 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.
2014 2015 2016 2017 2018 2019 2020 2021 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 2014 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.
2014 2015 2016 2017 2018 2019 2020 2021 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 2014 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.
2014 2015 2016 2017 2018 2019 2020 2021 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 2014 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 |