Class CfnCampaign.AnswerMachineDetectionConfigProperty
Contains answering machine detection configuration.
Implements
Inherited Members
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
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
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
Remarks
EnableAnswerMachineDetection
Enables answering machine detection.
public object EnableAnswerMachineDetection { get; set; }