Evaluation Form Single Select Question Rule Category Automation Args
data class EvaluationFormSingleSelectQuestionRuleCategoryAutomationArgs(val category: Output<String>, val condition: Output<EvaluationFormSingleSelectQuestionRuleCategoryAutomationCondition>, val optionRefId: Output<String>) : ConvertibleToJava<EvaluationFormSingleSelectQuestionRuleCategoryAutomationArgs>
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.
Constructors
Link copied to clipboard
constructor(category: Output<String>, condition: Output<EvaluationFormSingleSelectQuestionRuleCategoryAutomationCondition>, optionRefId: Output<String>)
Properties
Link copied to clipboard
The condition to apply for the automation option. If the condition is PRESENT, then the option is applied when the contact data includes the category. Similarly, if the condition is NOT_PRESENT, then the option is applied when the contact data does not include the category. Allowed values: `PRESENT`
| `NOT_PRESENT`
Maximum: 50
Link copied to clipboard
The identifier of the answer option. An identifier must be unique within the question. Length Constraints: Minimum length of 1. Maximum length of 40.