V2modelsSlotMultipleValuesSetting

data class V2modelsSlotMultipleValuesSetting(val allowMultipleValues: Boolean? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.