enumerationValues

@JvmName(name = "ygwsambwscjpvwkv")
suspend fun enumerationValues(value: Output<List<SlotTypeEnumerationValueArgs>>)
@JvmName(name = "nwvnltuefvoxgvcg")
suspend fun enumerationValues(value: List<SlotTypeEnumerationValueArgs>?)

Parameters

value

A list of EnumerationValue objects that defines the values that the slot type can take. Each value can have a list of synonyms, which are additional values that help train the machine learning model about the values that it resolves for a slot. Attributes are documented under enumeration_value.


@JvmName(name = "nniwoclmnevpbpqh")
suspend fun enumerationValues(vararg values: Output<SlotTypeEnumerationValueArgs>)


@JvmName(name = "xubpahjferovbgan")
suspend fun enumerationValues(values: List<Output<SlotTypeEnumerationValueArgs>>)
@JvmName(name = "wxheeelyubsqkwxd")
suspend fun enumerationValues(vararg values: SlotTypeEnumerationValueArgs)

Parameters

values

A list of EnumerationValue objects that defines the values that the slot type can take. Each value can have a list of synonyms, which are additional values that help train the machine learning model about the values that it resolves for a slot. Attributes are documented under enumeration_value.


@JvmName(name = "nqxoklqdiceqjaxx")
suspend fun enumerationValues(argument: List<suspend SlotTypeEnumerationValueArgsBuilder.() -> Unit>)
@JvmName(name = "xofnqndocckkvhmv")
suspend fun enumerationValues(vararg argument: suspend SlotTypeEnumerationValueArgsBuilder.() -> Unit)
@JvmName(name = "bdcnaqsmoyxtwiap")
suspend fun enumerationValues(argument: suspend SlotTypeEnumerationValueArgsBuilder.() -> Unit)

Parameters

argument

A list of EnumerationValue objects that defines the values that the slot type can take. Each value can have a list of synonyms, which are additional values that help train the machine learning model about the values that it resolves for a slot. Attributes are documented under enumeration_value.