Class: Aws::ConnectCampaignsV2::Types::TelephonyOutboundConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::TelephonyOutboundConfig
- Defined in:
- gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb
Overview
Default Telephony Outbound config
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#answer_machine_detection_config ⇒ Types::AnswerMachineDetectionConfig
Answering Machine Detection config.
-
#connect_contact_flow_id ⇒ String
The identifier of the contact flow for the outbound call.
-
#connect_source_phone_number ⇒ String
The phone number associated with the Amazon Connect instance, in E.164 format.
Instance Attribute Details
#answer_machine_detection_config ⇒ Types::AnswerMachineDetectionConfig
Answering Machine Detection config
2041 2042 2043 2044 2045 2046 2047 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 2041 class TelephonyOutboundConfig < Struct.new( :connect_contact_flow_id, :connect_source_phone_number, :answer_machine_detection_config) SENSITIVE = [] include Aws::Structure end |
#connect_contact_flow_id ⇒ String
The identifier of the contact flow for the outbound call.
2041 2042 2043 2044 2045 2046 2047 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 2041 class TelephonyOutboundConfig < Struct.new( :connect_contact_flow_id, :connect_source_phone_number, :answer_machine_detection_config) SENSITIVE = [] 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.
2041 2042 2043 2044 2045 2046 2047 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 2041 class TelephonyOutboundConfig < Struct.new( :connect_contact_flow_id, :connect_source_phone_number, :answer_machine_detection_config) SENSITIVE = [] include Aws::Structure end |