Class: Aws::ConnectCampaignService::Types::UpdateCampaignOutboundCallConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignService::Types::UpdateCampaignOutboundCallConfigRequest
- Defined in:
- gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb
Overview
UpdateCampaignOutboundCallConfigRequest
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.
-
#id ⇒ String
Identifier representing a Campaign.
Instance Attribute Details
#answer_machine_detection_config ⇒ Types::AnswerMachineDetectionConfig
Answering Machine Detection config
1163 1164 1165 1166 1167 1168 1169 1170 |
# File 'gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb', line 1163 class UpdateCampaignOutboundCallConfigRequest < Struct.new( :id, :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.
1163 1164 1165 1166 1167 1168 1169 1170 |
# File 'gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb', line 1163 class UpdateCampaignOutboundCallConfigRequest < Struct.new( :id, :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.
1163 1164 1165 1166 1167 1168 1169 1170 |
# File 'gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb', line 1163 class UpdateCampaignOutboundCallConfigRequest < Struct.new( :id, :connect_contact_flow_id, :connect_source_phone_number, :answer_machine_detection_config) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
Identifier representing a Campaign
1163 1164 1165 1166 1167 1168 1169 1170 |
# File 'gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb', line 1163 class UpdateCampaignOutboundCallConfigRequest < Struct.new( :id, :connect_contact_flow_id, :connect_source_phone_number, :answer_machine_detection_config) SENSITIVE = [] include Aws::Structure end |