Evaluation Form Single Select Question Automation
data class EvaluationFormSingleSelectQuestionAutomation(val defaultOptionRefId: String? = null, val options: List<EvaluationFormSingleSelectQuestionAutomationOption>)
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: String? = null, options: List<EvaluationFormSingleSelectQuestionAutomationOption>)