slotTypeValues

@JvmName(name = "irdecnmcjsvoqkhd")
suspend fun slotTypeValues(value: Output<List<BotSlotTypeValueArgs>>)
@JvmName(name = "ipslnboiyullkppf")
suspend fun slotTypeValues(value: List<BotSlotTypeValueArgs>?)

Parameters

value

A list of SlotTypeValue objects that defines the values that the slot type can take. Each value can have a list of synonyms, additional values that help train the machine learning model about the values that it resolves for the slot.


@JvmName(name = "olcpakvwrgeuooiw")
suspend fun slotTypeValues(vararg values: Output<BotSlotTypeValueArgs>)


@JvmName(name = "ifylbrtgbsupjrqv")
suspend fun slotTypeValues(values: List<Output<BotSlotTypeValueArgs>>)
@JvmName(name = "edsbiwsofomwsmoa")
suspend fun slotTypeValues(vararg values: BotSlotTypeValueArgs)

Parameters

values

A list of SlotTypeValue objects that defines the values that the slot type can take. Each value can have a list of synonyms, additional values that help train the machine learning model about the values that it resolves for the slot.


@JvmName(name = "ekscafthdavehkdl")
suspend fun slotTypeValues(argument: List<suspend BotSlotTypeValueArgsBuilder.() -> Unit>)
@JvmName(name = "cnsynoxdqjwsckha")
suspend fun slotTypeValues(vararg argument: suspend BotSlotTypeValueArgsBuilder.() -> Unit)
@JvmName(name = "rcokeodpvuvyynvs")
suspend fun slotTypeValues(argument: suspend BotSlotTypeValueArgsBuilder.() -> Unit)

Parameters

argument

A list of SlotTypeValue objects that defines the values that the slot type can take. Each value can have a list of synonyms, additional values that help train the machine learning model about the values that it resolves for the slot.