AWS::Connect::EvaluationForm EvaluationFormSingleSelectQuestionAutomation
Information about the automation configuration in single select questions. Automation options are evaluated in order, and the first matched option is applied. If no automation option matches, and there is a default option, then the default option is applied.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DefaultOptionRefId" :
String
, "Options" :[ EvaluationFormSingleSelectQuestionAutomationOption, ... ]
}
Properties
DefaultOptionRefId
-
The identifier of the default answer option, when none of the automation options match the criteria.
Length Constraints: Minimum length of 1. Maximum length of 40.
Required: No
Type: String
Pattern:
^[a-zA-Z0-9._-]{1,40}$
Update requires: No interruption
Options
-
The automation options of the single select question.
Minimum: 1
Maximum: 20
Required: Yes
Type: Array of EvaluationFormSingleSelectQuestionAutomationOption
Minimum:
1
Maximum:
20
Update requires: No interruption