Show / Hide Table of Contents

Class CfnCampaignPropsMixin.AnswerMachineDetectionConfigProperty

Contains information about answering machine detection.

Inheritance
object
CfnCampaignPropsMixin.AnswerMachineDetectionConfigProperty
Implements
CfnCampaignPropsMixin.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.Mixins.Preview.AWS.ConnectCampaigns.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnCampaignPropsMixin.AnswerMachineDetectionConfigProperty : CfnCampaignPropsMixin.IAnswerMachineDetectionConfigProperty
Syntax (vb)
Public Class CfnCampaignPropsMixin.AnswerMachineDetectionConfigProperty Implements CfnCampaignPropsMixin.IAnswerMachineDetectionConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaigns-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.Mixins.Preview.AWS.ConnectCampaigns.Mixins;

             var answerMachineDetectionConfigProperty = new AnswerMachineDetectionConfigProperty {
                 AwaitAnswerMachinePrompt = false,
                 EnableAnswerMachineDetection = false
             };

Synopsis

Constructors

AnswerMachineDetectionConfigProperty()

Contains information about answering machine detection.

Properties

AwaitAnswerMachinePrompt

Whether waiting for answer machine prompt is enabled.

EnableAnswerMachineDetection

Whether answering machine detection is enabled.

Constructors

AnswerMachineDetectionConfigProperty()

Contains information about answering machine detection.

public AnswerMachineDetectionConfigProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaigns-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.Mixins.Preview.AWS.ConnectCampaigns.Mixins;

             var answerMachineDetectionConfigProperty = new AnswerMachineDetectionConfigProperty {
                 AwaitAnswerMachinePrompt = false,
                 EnableAnswerMachineDetection = false
             };

Properties

AwaitAnswerMachinePrompt

Whether waiting for 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-connectcampaigns-campaign-answermachinedetectionconfig.html#cfn-connectcampaigns-campaign-answermachinedetectionconfig-awaitanswermachineprompt

Type union: either bool or IResolvable

EnableAnswerMachineDetection

Whether answering machine detection is enabled.

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

object

Remarks

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

Type union: either bool or IResolvable

Implements

CfnCampaignPropsMixin.IAnswerMachineDetectionConfigProperty
Back to top Generated by DocFX