Class CfnCampaign.DialerConfigProperty
Contains dialer configuration for an outbound campaign.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.ConnectCampaigns
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DialerConfigProperty : Object, CfnCampaign.IDialerConfigProperty
Syntax (vb)
Public Class DialerConfigProperty
Inherits Object
Implements CfnCampaign.IDialerConfigProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ConnectCampaigns;
var dialerConfigProperty = new DialerConfigProperty {
AgentlessDialerConfig = new AgentlessDialerConfigProperty {
DialingCapacity = 123
},
PredictiveDialerConfig = new PredictiveDialerConfigProperty {
BandwidthAllocation = 123,
// the properties below are optional
DialingCapacity = 123
},
ProgressiveDialerConfig = new ProgressiveDialerConfigProperty {
BandwidthAllocation = 123,
// the properties below are optional
DialingCapacity = 123
}
};
Synopsis
Constructors
Dialer |
Properties
Agentless |
The configuration of the agentless dialer. |
Predictive |
The configuration of the predictive dialer. |
Progressive |
The configuration of the progressive dialer. |
Constructors
DialerConfigProperty()
public DialerConfigProperty()
Properties
AgentlessDialerConfig
The configuration of the agentless dialer.
public object AgentlessDialerConfig { get; set; }
Property Value
System.
Remarks
PredictiveDialerConfig
The configuration of the predictive dialer.
public object PredictiveDialerConfig { get; set; }
Property Value
System.
Remarks
ProgressiveDialerConfig
The configuration of the progressive dialer.
public object ProgressiveDialerConfig { get; set; }
Property Value
System.