Evaluation Form Single Select Question Automation Args
data class EvaluationFormSingleSelectQuestionAutomationArgs(val defaultOptionRefId: Output<String>? = null, val options: Output<List<EvaluationFormSingleSelectQuestionAutomationOptionArgs>>) : ConvertibleToJava<EvaluationFormSingleSelectQuestionAutomationArgs>
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.
Constructors
Link copied to clipboard
constructor(defaultOptionRefId: Output<String>? = null, options: Output<List<EvaluationFormSingleSelectQuestionAutomationOptionArgs>>)