slotTypeValues

@JvmName(name = "ijgiswymreimoytg")
suspend fun slotTypeValues(value: Output<List<BotSlotTypeValueArgs>>)
@JvmName(name = "gwjmwuabiufmalnq")
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 = "lcvkxqmdegphygif")
suspend fun slotTypeValues(vararg values: Output<BotSlotTypeValueArgs>)


@JvmName(name = "nocowttgxhbumrlb")
suspend fun slotTypeValues(values: List<Output<BotSlotTypeValueArgs>>)
@JvmName(name = "jbeufojatcpbkbab")
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 = "ttdocudhxdthpvgq")
suspend fun slotTypeValues(argument: List<suspend BotSlotTypeValueArgsBuilder.() -> Unit>)
@JvmName(name = "xlepswdxrsycfhlr")
suspend fun slotTypeValues(vararg argument: suspend BotSlotTypeValueArgsBuilder.() -> Unit)
@JvmName(name = "lvspntlsgthahhuw")
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.