Interface CfnCampaignPropsMixin.AnswerMachineDetectionConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCampaignPropsMixin.AnswerMachineDetectionConfigProperty.Jsii$Proxy
- Enclosing class:
CfnCampaignPropsMixin
@Stability(Stable)
public static interface CfnCampaignPropsMixin.AnswerMachineDetectionConfigProperty
extends software.amazon.jsii.JsiiSerializable
Contains information about answering machine detection.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.connectcampaigns.*;
AnswerMachineDetectionConfigProperty answerMachineDetectionConfigProperty = AnswerMachineDetectionConfigProperty.builder()
.awaitAnswerMachinePrompt(false)
.enableAnswerMachineDetection(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnCampaignPropsMixin.AnswerMachineDetectionConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAwaitAnswerMachinePrompt
Whether waiting for answer machine prompt is enabled.Returns union: either
BooleanorIResolvable- See Also:
-
getEnableAnswerMachineDetection
Whether answering machine detection is enabled.Returns union: either
BooleanorIResolvable- See Also:
-
builder
@Stability(Stable) static CfnCampaignPropsMixin.AnswerMachineDetectionConfigProperty.Builder builder()
-