V2models Slot Type Slot Type Values
data class V2modelsSlotTypeSlotTypeValues(val slotTypeValues: List<Any>, val synonyms: List<V2modelsSlotTypeSlotTypeValuesSynonym>? = null)
Constructors
Link copied to clipboard
constructor(slotTypeValues: List<Any>, synonyms: List<V2modelsSlotTypeSlotTypeValuesSynonym>? = null)
Properties
Link copied to clipboard
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.