slotTypeValues

@JvmName(name = "oqfoefqlhrlojesc")
suspend fun slotTypeValues(value: Output<List<Any>>)
@JvmName(name = "tnqxvjacjxakprja")
suspend fun slotTypeValues(value: List<Any>)

Parameters

value

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 a slot. See slot_type_values argument reference below.


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


@JvmName(name = "spcnmagjwrtclnfn")
suspend fun slotTypeValues(values: List<Output<Any>>)
@JvmName(name = "btoteqpdfnmorwgu")
suspend fun slotTypeValues(vararg values: Any)

Parameters

values

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 a slot. See slot_type_values argument reference below.