update_campaign_dialer_config(**kwargs)¶Updates the dialer config of a campaign. This API is idempotent.
See also: AWS API Documentation
Request Syntax
response = client.update_campaign_dialer_config(
dialerConfig={
'predictiveDialerConfig': {
'bandwidthAllocation': 123.0
},
'progressiveDialerConfig': {
'bandwidthAllocation': 123.0
}
},
id='string'
)
[REQUIRED]
The possible types of dialer config parameters
Note
This is a Tagged Union structure. Only one of the following top level keys can be set: predictiveDialerConfig, progressiveDialerConfig.
Predictive Dialer config
The bandwidth allocation of a queue resource.
Progressive Dialer config
The bandwidth allocation of a queue resource.
[REQUIRED]
Identifier representing a Campaign
None
Exceptions
ConnectCampaignService.Client.exceptions.InternalServerExceptionConnectCampaignService.Client.exceptions.ResourceNotFoundExceptionConnectCampaignService.Client.exceptions.ValidationExceptionConnectCampaignService.Client.exceptions.ConflictExceptionConnectCampaignService.Client.exceptions.AccessDeniedException