slots

@JvmName(name = "grmdqyxnwxbwtpsg")
suspend fun slots(value: Output<List<BotSlotValueOverrideMapArgs>>)
@JvmName(name = "uvvuawwhpyhypfxo")
suspend fun slots(value: List<BotSlotValueOverrideMapArgs>?)

Parameters

value

A map of all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden.


@JvmName(name = "rpltvvyclfocsxlw")
suspend fun slots(vararg values: Output<BotSlotValueOverrideMapArgs>)


@JvmName(name = "xvhqkueefpnwsmdq")
suspend fun slots(values: List<Output<BotSlotValueOverrideMapArgs>>)
@JvmName(name = "ukrdikekssobpbmi")
suspend fun slots(vararg values: BotSlotValueOverrideMapArgs)

Parameters

values

A map of all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden.


@JvmName(name = "tsocgpxfpqsuafto")
suspend fun slots(argument: List<suspend BotSlotValueOverrideMapArgsBuilder.() -> Unit>)
@JvmName(name = "vpngoyvaqpxyvijq")
suspend fun slots(vararg argument: suspend BotSlotValueOverrideMapArgsBuilder.() -> Unit)
@JvmName(name = "lrskcidjaldkfnjh")
suspend fun slots(argument: suspend BotSlotValueOverrideMapArgsBuilder.() -> Unit)

Parameters

argument

A map of all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden.