interface PredictiveDialerConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ConnectCampaigns.CfnCampaign.PredictiveDialerConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsconnectcampaigns#CfnCampaign_PredictiveDialerConfigProperty |
![]() | software.amazon.awscdk.services.connectcampaigns.CfnCampaign.PredictiveDialerConfigProperty |
![]() | aws_cdk.aws_connectcampaigns.CfnCampaign.PredictiveDialerConfigProperty |
![]() | aws-cdk-lib » aws_connectcampaigns » CfnCampaign » PredictiveDialerConfigProperty |
Contains predictive dialer configuration for an outbound campaign.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_connectcampaigns as connectcampaigns } from 'aws-cdk-lib';
const predictiveDialerConfigProperty: connectcampaigns.CfnCampaign.PredictiveDialerConfigProperty = {
bandwidthAllocation: 123,
// the properties below are optional
dialingCapacity: 123,
};
Properties
Name | Type | Description |
---|---|---|
bandwidth | number | Bandwidth allocation for the predictive dialer. |
dialing | number | The allocation of dialing capacity between multiple active campaigns. |
bandwidthAllocation
Type:
number
Bandwidth allocation for the predictive dialer.
dialingCapacity?
Type:
number
(optional)
The allocation of dialing capacity between multiple active campaigns.