AWS::ConnectCampaigns::Campaign AnswerMachineDetectionConfig
Contains information about answering machine detection.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AwaitAnswerMachinePrompt" :
Boolean
, "EnableAnswerMachineDetection" :Boolean
}
YAML
AwaitAnswerMachinePrompt:
Boolean
EnableAnswerMachineDetection:Boolean
Properties
AwaitAnswerMachinePrompt
-
Whether waiting for answer machine prompt is enabled.
Required: No
Type: Boolean
Update requires: No interruption
EnableAnswerMachineDetection
-
Whether answering machine detection is enabled.
Required: Yes
Type: Boolean
Update requires: No interruption