values

@JvmName(name = "vupymtcqcyyhbkxg")
suspend fun values(value: Output<List<BotSlotValueOverrideArgs>>)
@JvmName(name = "nuurbgjogcxwfpil")
suspend fun values(value: List<BotSlotValueOverrideArgs>?)

Parameters

value

A list of one or more values that the user provided for the slot. For example, for a slot that elicits pizza toppings, the values might be "pepperoni" and "pineapple."


@JvmName(name = "evwdnpujvfdtxcro")
suspend fun values(vararg values: Output<BotSlotValueOverrideArgs>)


@JvmName(name = "wnaksghsgypyollj")
suspend fun values(values: List<Output<BotSlotValueOverrideArgs>>)
@JvmName(name = "svlqikxbyywpxwjq")
suspend fun values(vararg values: BotSlotValueOverrideArgs)

Parameters

values

A list of one or more values that the user provided for the slot. For example, for a slot that elicits pizza toppings, the values might be "pepperoni" and "pineapple."


@JvmName(name = "fgbrtlrivbbbmumx")
suspend fun values(argument: List<suspend BotSlotValueOverrideArgsBuilder.() -> Unit>)
@JvmName(name = "ninedsklixsddpjs")
suspend fun values(vararg argument: suspend BotSlotValueOverrideArgsBuilder.() -> Unit)
@JvmName(name = "vdtnowgigtjbdvef")
suspend fun values(argument: suspend BotSlotValueOverrideArgsBuilder.() -> Unit)

Parameters

argument

A list of one or more values that the user provided for the slot. For example, for a slot that elicits pizza toppings, the values might be "pepperoni" and "pineapple."