EvaluationFormSingleSelectQuestionRuleCategoryAutomationArgs

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

constructor(category: Output<String>, condition: Output<EvaluationFormSingleSelectQuestionRuleCategoryAutomationCondition>, optionRefId: Output<String>)

Properties

Link copied to clipboard
val category: Output<String>

The category name, as defined in Rules. Minimum: 1 Maximum: 50

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
val optionRefId: Output<String>

The identifier of the answer option. An identifier must be unique within the question. Length Constraints: Minimum length of 1. Maximum length of 40.

Functions

Link copied to clipboard
open override fun toJava(): EvaluationFormSingleSelectQuestionRuleCategoryAutomationArgs