Class CfnCampaign.TelephonyOutboundModeProperty
Contains information about telephony outbound mode.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.ConnectCampaignsV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnCampaign.TelephonyOutboundModeProperty : CfnCampaign.ITelephonyOutboundModeProperty
Syntax (vb)
Public Class CfnCampaign.TelephonyOutboundModeProperty Implements CfnCampaign.ITelephonyOutboundModeProperty
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.ConnectCampaignsV2;
var agentlessConfig;
var telephonyOutboundModeProperty = new TelephonyOutboundModeProperty {
AgentlessConfig = agentlessConfig,
PredictiveConfig = new PredictiveConfigProperty {
BandwidthAllocation = 123
},
PreviewConfig = new PreviewConfigProperty {
BandwidthAllocation = 123,
TimeoutConfig = new TimeoutConfigProperty {
DurationInSeconds = 123
},
// the properties below are optional
AgentActions = new [] { "agentActions" }
},
ProgressiveConfig = new ProgressiveConfigProperty {
BandwidthAllocation = 123
}
};
Synopsis
Constructors
| TelephonyOutboundModeProperty() | Contains information about telephony outbound mode. |
Properties
| AgentlessConfig | The agentless outbound mode configuration for telephony. |
| PredictiveConfig | Contains predictive outbound mode configuration. |
| PreviewConfig | Contains preview outbound mode configuration. |
| ProgressiveConfig | Contains progressive telephony outbound mode configuration. |
Constructors
TelephonyOutboundModeProperty()
Contains information about telephony outbound mode.
public TelephonyOutboundModeProperty()
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.ConnectCampaignsV2;
var agentlessConfig;
var telephonyOutboundModeProperty = new TelephonyOutboundModeProperty {
AgentlessConfig = agentlessConfig,
PredictiveConfig = new PredictiveConfigProperty {
BandwidthAllocation = 123
},
PreviewConfig = new PreviewConfigProperty {
BandwidthAllocation = 123,
TimeoutConfig = new TimeoutConfigProperty {
DurationInSeconds = 123
},
// the properties below are optional
AgentActions = new [] { "agentActions" }
},
ProgressiveConfig = new ProgressiveConfigProperty {
BandwidthAllocation = 123
}
};
Properties
AgentlessConfig
The agentless outbound mode configuration for telephony.
public object? AgentlessConfig { get; set; }
Property Value
Remarks
PredictiveConfig
Contains predictive outbound mode configuration.
public object? PredictiveConfig { get; set; }
Property Value
Remarks
PreviewConfig
Contains preview outbound mode configuration.
public object? PreviewConfig { get; set; }
Property Value
Remarks
ProgressiveConfig
Contains progressive telephony outbound mode configuration.
public object? ProgressiveConfig { get; set; }