Interface CfnEvaluationForm.SingleSelectQuestionRuleCategoryAutomationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnEvaluationForm.SingleSelectQuestionRuleCategoryAutomationProperty.Jsii$Proxy
Enclosing class:
CfnEvaluationForm

@Stability(Stable) public static interface CfnEvaluationForm.SingleSelectQuestionRuleCategoryAutomationProperty extends software.amazon.jsii.JsiiSerializable
Information about the automation option based on a rule category for a single select question.

Length Constraints : Minimum length of 1. Maximum length of 50.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.connect.*;
 SingleSelectQuestionRuleCategoryAutomationProperty singleSelectQuestionRuleCategoryAutomationProperty = SingleSelectQuestionRuleCategoryAutomationProperty.builder()
         .category("category")
         .condition("condition")
         .optionRefId("optionRefId")
         .build();
 

See Also: