values

@JvmName(name = "hbeyljoneagtmfrm")
suspend fun values(value: Output<List<BotSlotValueOverrideArgs>>)
@JvmName(name = "dtiqqjxwksttcrvs")
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 = "tvhqfbmrfvceuoym")
suspend fun values(vararg values: Output<BotSlotValueOverrideArgs>)


@JvmName(name = "ccbmyiewenecltqk")
suspend fun values(values: List<Output<BotSlotValueOverrideArgs>>)
@JvmName(name = "kgocmhhuuasbqpef")
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 = "pllhlegoubfrbuxd")
suspend fun values(argument: List<suspend BotSlotValueOverrideArgsBuilder.() -> Unit>)
@JvmName(name = "dkvqclmltfduulof")
suspend fun values(vararg argument: suspend BotSlotValueOverrideArgsBuilder.() -> Unit)
@JvmName(name = "viuiifmcsrvxjibk")
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."