Class: Aws::ConnectCampaignService::Types::OutboundCallConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignService::Types::OutboundCallConfig
- Defined in:
- gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb
Overview
The configuration used for outbound calls.
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_queue_id ⇒ String
The queue for the 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
790 791 792 793 794 795 796 797 |
# File 'gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb', line 790 class OutboundCallConfig < Struct.new( :connect_contact_flow_id, :connect_source_phone_number, :connect_queue_id, :answer_machine_detection_config) SENSITIVE = [] include Aws::Structure end |
#connect_contact_flow_id ⇒ String
The identifier of the contact flow for the outbound call.
790 791 792 793 794 795 796 797 |
# File 'gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb', line 790 class OutboundCallConfig < Struct.new( :connect_contact_flow_id, :connect_source_phone_number, :connect_queue_id, :answer_machine_detection_config) SENSITIVE = [] include Aws::Structure end |
#connect_queue_id ⇒ String
The queue for the call. If you specify a queue, the phone displayed for caller ID is the phone number specified in the queue. If you do not specify a queue, the queue defined in the contact flow is used. If you do not specify a queue, you must specify a source phone number.
790 791 792 793 794 795 796 797 |
# File 'gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb', line 790 class OutboundCallConfig < Struct.new( :connect_contact_flow_id, :connect_source_phone_number, :connect_queue_id, :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.
790 791 792 793 794 795 796 797 |
# File 'gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb', line 790 class OutboundCallConfig < Struct.new( :connect_contact_flow_id, :connect_source_phone_number, :connect_queue_id, :answer_machine_detection_config) SENSITIVE = [] include Aws::Structure end |