V2modelsSlotTypeSlotTypeValuesArgs

data class V2modelsSlotTypeSlotTypeValuesArgs(val slotTypeValues: Output<List<Any>>, val synonyms: Output<List<V2modelsSlotTypeSlotTypeValuesSynonymArgs>>? = null) : ConvertibleToJava<V2modelsSlotTypeSlotTypeValuesArgs>

Constructors

Link copied to clipboard
constructor(slotTypeValues: Output<List<Any>>, synonyms: Output<List<V2modelsSlotTypeSlotTypeValuesSynonymArgs>>? = null)

Properties

Link copied to clipboard
val slotTypeValues: Output<List<Any>>

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.

Link copied to clipboard

Additional values related to the slot type entry. See sample_value argument reference below.

Functions

Link copied to clipboard
open override fun toJava(): V2modelsSlotTypeSlotTypeValuesArgs