values

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


@JvmName(name = "crwhjhkqlhiskean")
suspend fun values(values: List<Output<BotSlotValueOverrideArgs>>)
@JvmName(name = "stwmgeuppwnmcdmq")
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 = "seogxtrevitlsbwp")
suspend fun values(argument: List<suspend BotSlotValueOverrideArgsBuilder.() -> Unit>)
@JvmName(name = "illjgtdnmittpuhq")
suspend fun values(vararg argument: suspend BotSlotValueOverrideArgsBuilder.() -> Unit)
@JvmName(name = "mjqunktqllsxwqdk")
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."