EvaluationFormSingleSelectQuestionAutomationArgs

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

constructor(defaultOptionRefId: Output<String>? = null, options: Output<List<EvaluationFormSingleSelectQuestionAutomationOptionArgs>>)

Properties

Link copied to clipboard
val defaultOptionRefId: Output<String>? = null

The identifier of the default answer option, when none of the automation options match the criteria. Length Constraints: Minimum length of 1. Maximum length of 40.

Link copied to clipboard

The automation options of the single select question. Minimum: 1 Maximum: 20

Functions

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