options

@JvmName(name = "djgttwchnvhwsavs")
suspend fun options(value: Output<List<EvaluationFormNumericQuestionOptionArgs>>)
@JvmName(name = "afyibuehimfxmhnk")
suspend fun options(value: List<EvaluationFormNumericQuestionOptionArgs>?)

Parameters

value

The scoring options of the numeric question.


@JvmName(name = "ildplmqlchnhkgsl")
suspend fun options(vararg values: Output<EvaluationFormNumericQuestionOptionArgs>)


@JvmName(name = "esirlfxlhmyxucbe")
suspend fun options(values: List<Output<EvaluationFormNumericQuestionOptionArgs>>)
@JvmName(name = "cfxfpnmfmmewdwdc")
suspend fun options(vararg values: EvaluationFormNumericQuestionOptionArgs)

Parameters

values

The scoring options of the numeric question.


@JvmName(name = "tukxtucvtqyrhqaw")
suspend fun options(argument: List<suspend EvaluationFormNumericQuestionOptionArgsBuilder.() -> Unit>)
@JvmName(name = "evwvtkoyxdbgjdpe")
suspend fun options(vararg argument: suspend EvaluationFormNumericQuestionOptionArgsBuilder.() -> Unit)
@JvmName(name = "ocouatuulrebfxfh")
suspend fun options(argument: suspend EvaluationFormNumericQuestionOptionArgsBuilder.() -> Unit)

Parameters

argument

The scoring options of the numeric question.