enumerationValues

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


@JvmName(name = "xfsxbhaccwiteswf")
suspend fun enumerationValues(values: List<Output<SlotTypeEnumerationValueArgs>>)
@JvmName(name = "nnwcuurpmooemahp")
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 = "rrjyjcacuyoeiqrb")
suspend fun enumerationValues(argument: List<suspend SlotTypeEnumerationValueArgsBuilder.() -> Unit>)
@JvmName(name = "vgsckmxsmcwkuetf")
suspend fun enumerationValues(vararg argument: suspend SlotTypeEnumerationValueArgsBuilder.() -> Unit)
@JvmName(name = "iceeabryjhmnvsdk")
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.