Class: Aws::ConnectCampaignsV2::Types::TelephonyChannelSubtypeParameters

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

Instance Attribute Details

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

#attributesHash<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.

Returns:

  • (Hash<String,String>)


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


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_numberString

The phone number of the customer, in E.164 format.

Returns:

  • (String)


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