Class: Aws::ConnectCampaignsV2::Types::TelephonyOutboundConfig

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

Instance Attribute Details

#answer_machine_detection_configTypes::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_idString

The identifier of the contact flow for the outbound call.

Returns:

  • (String)


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_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)


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