Class: Aws::ConnectCampaignService::Types::OutboundCallConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#answer_machine_detection_configTypes::AnswerMachineDetectionConfig

Answering Machine Detection config



785
786
787
788
789
790
791
792
# File 'gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb', line 785

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_idString

The identifier of the contact flow for the outbound call.

Returns:

  • (String)


785
786
787
788
789
790
791
792
# File 'gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb', line 785

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_idString

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.

Returns:

  • (String)


785
786
787
788
789
790
791
792
# File 'gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb', line 785

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_numberString

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.

Returns:

  • (String)


785
786
787
788
789
790
791
792
# File 'gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb', line 785

class OutboundCallConfig < Struct.new(
  :connect_contact_flow_id,
  :connect_source_phone_number,
  :connect_queue_id,
  :answer_machine_detection_config)
  SENSITIVE = []
  include Aws::Structure
end