Class CfnCampaignPropsMixin.AnswerMachineDetectionConfigProperty
Contains information about answering machine detection.
Inherited Members
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
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
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
Remarks
EnableAnswerMachineDetection
Whether answering machine detection is enabled.
public object? EnableAnswerMachineDetection { get; set; }