Show / Hide Table of Contents

Class CfnCampaign.AnswerMachineDetectionConfigProperty

Contains answering machine detection configuration.

Inheritance
object
CfnCampaign.AnswerMachineDetectionConfigProperty
Implements
CfnCampaign.IAnswerMachineDetectionConfigProperty
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.AnswerMachineDetectionConfigProperty : CfnCampaign.IAnswerMachineDetectionConfigProperty
Syntax (vb)
Public Class CfnCampaign.AnswerMachineDetectionConfigProperty Implements CfnCampaign.IAnswerMachineDetectionConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-answermachinedetectionconfig.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 answerMachineDetectionConfigProperty = new AnswerMachineDetectionConfigProperty {
                 EnableAnswerMachineDetection = false,

                 // the properties below are optional
                 AwaitAnswerMachinePrompt = false
             };

Synopsis

Constructors

AnswerMachineDetectionConfigProperty()

Contains answering machine detection configuration.

Properties

AwaitAnswerMachinePrompt

Whether or not waiting for an answer machine prompt is enabled.

EnableAnswerMachineDetection

Enables answering machine detection.

Constructors

AnswerMachineDetectionConfigProperty()

Contains answering machine detection configuration.

public AnswerMachineDetectionConfigProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-answermachinedetectionconfig.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 answerMachineDetectionConfigProperty = new AnswerMachineDetectionConfigProperty {
                 EnableAnswerMachineDetection = false,

                 // the properties below are optional
                 AwaitAnswerMachinePrompt = false
             };

Properties

AwaitAnswerMachinePrompt

Whether or not waiting for an answer machine prompt is enabled.

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

object

Remarks

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

Type union: either bool or IResolvable

EnableAnswerMachineDetection

Enables answering machine detection.

public object EnableAnswerMachineDetection { get; set; }
Property Value

object

Remarks

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

Type union: either bool or IResolvable

Implements

CfnCampaign.IAnswerMachineDetectionConfigProperty
Back to top Generated by DocFX