Show / Hide Table of Contents

Class CfnCampaign.TelephonyOutboundModeProperty

Contains information about telephony outbound mode.

Inheritance
object
CfnCampaign.TelephonyOutboundModeProperty
Implements
CfnCampaign.ITelephonyOutboundModeProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-telephonyoutboundmode.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-telephonyoutboundmode.html

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-telephonyoutboundmode.html#cfn-connectcampaignsv2-campaign-telephonyoutboundmode-agentlessconfig

PredictiveConfig

Contains predictive outbound mode configuration.

public object? PredictiveConfig { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-telephonyoutboundmode.html#cfn-connectcampaignsv2-campaign-telephonyoutboundmode-predictiveconfig

Type union: either IResolvable or CfnCampaign.IPredictiveConfigProperty

PreviewConfig

Contains preview outbound mode configuration.

public object? PreviewConfig { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-telephonyoutboundmode.html#cfn-connectcampaignsv2-campaign-telephonyoutboundmode-previewconfig

Type union: either IResolvable or CfnCampaign.IPreviewConfigProperty

ProgressiveConfig

Contains progressive telephony outbound mode configuration.

public object? ProgressiveConfig { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-telephonyoutboundmode.html#cfn-connectcampaignsv2-campaign-telephonyoutboundmode-progressiveconfig

Type union: either IResolvable or CfnCampaign.IProgressiveConfigProperty

Implements

CfnCampaign.ITelephonyOutboundModeProperty
Back to top Generated by DocFX