enumerationValues

@JvmName(name = "uxunkahbgmyugcka")
suspend fun enumerationValues(value: Output<List<SlotTypeEnumerationValueArgs>>)
@JvmName(name = "ldluttlclyonjqxu")
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 = "dxcnvvhecwirlvmx")
suspend fun enumerationValues(vararg values: Output<SlotTypeEnumerationValueArgs>)


@JvmName(name = "uqpdoljnbpyhpldk")
suspend fun enumerationValues(values: List<Output<SlotTypeEnumerationValueArgs>>)
@JvmName(name = "ivkphsygtbejtbeu")
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 = "qrdpjntkvlhtsbhv")
suspend fun enumerationValues(argument: List<suspend SlotTypeEnumerationValueArgsBuilder.() -> Unit>)
@JvmName(name = "usodydyxjobssurd")
suspend fun enumerationValues(vararg argument: suspend SlotTypeEnumerationValueArgsBuilder.() -> Unit)
@JvmName(name = "kjbnnvgyiprvnoxy")
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.