enumerationValues

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


@JvmName(name = "uqaqyvlmgrnjshxt")
suspend fun enumerationValues(values: List<Output<SlotTypeEnumerationValueArgs>>)
@JvmName(name = "cvmjliucfboicgcc")
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 = "sjroxdoxekirwbgk")
suspend fun enumerationValues(argument: List<suspend SlotTypeEnumerationValueArgsBuilder.() -> Unit>)
@JvmName(name = "yyywqqtdrfrgtdew")
suspend fun enumerationValues(vararg argument: suspend SlotTypeEnumerationValueArgsBuilder.() -> Unit)
@JvmName(name = "xomjqlxthmgwwdnt")
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.