V2modelsSlotMultipleValuesSettingArgs

data class V2modelsSlotMultipleValuesSettingArgs(val allowMultipleValues: Output<Boolean>? = null) : ConvertibleToJava<V2modelsSlotMultipleValuesSettingArgs>

Constructors

Link copied to clipboard
constructor(allowMultipleValues: Output<Boolean>? = null)

Properties

Link copied to clipboard
val allowMultipleValues: Output<Boolean>? = null

Whether a slot can return multiple values. When true, the slot may return more than one value in a response. When false, the slot returns only a single value. Multi-value slots are only available in the en-US locale.

Functions

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