update_campaign_outbound_call_config
(**kwargs)¶Updates the outbound call config of a campaign. This API is idempotent.
See also: AWS API Documentation
Request Syntax
response = client.update_campaign_outbound_call_config(
answerMachineDetectionConfig={
'enableAnswerMachineDetection': True|False
},
connectContactFlowId='string',
connectSourcePhoneNumber='string',
id='string'
)
Answering Machine Detection config
Enable or disable answering machine detection
[REQUIRED]
Identifier representing a Campaign
None
Exceptions
ConnectCampaignService.Client.exceptions.InternalServerException
ConnectCampaignService.Client.exceptions.ResourceNotFoundException
ConnectCampaignService.Client.exceptions.ValidationException
ConnectCampaignService.Client.exceptions.ConflictException
ConnectCampaignService.Client.exceptions.AccessDeniedException
ConnectCampaignService.Client.exceptions.ThrottlingException