slotTypeValues

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


@JvmName(name = "spiirjaifcnlvxym")
suspend fun slotTypeValues(values: List<Output<BotSlotTypeValueArgs>>)
@JvmName(name = "phkalqjluebatpxa")
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 = "rmtpcwfvvmhknyin")
suspend fun slotTypeValues(argument: List<suspend BotSlotTypeValueArgsBuilder.() -> Unit>)
@JvmName(name = "kfotvqymremipicb")
suspend fun slotTypeValues(vararg argument: suspend BotSlotTypeValueArgsBuilder.() -> Unit)
@JvmName(name = "qxlptjbmeuychwru")
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.