Options
All
  • Public
  • Public/Protected
  • All
Menu

Parameters for Categorical Slot constructor.

Hierarchy

  • CategoricalSlotArgs

Index

Properties

categories

categories: Categories

An object with the name of the category as a key and an array of synonyms that belong to the category as a value.

Optional dependantActions

dependantActions: string[]

The list of actions that can be taken by the model only when the slot is defined.

Optional invDependantActions

invDependantActions: string[]

The list of actions that can be taken by the model only when the slot is undefined.

name

name: string

The name of the slot.

Optional threshold

threshold: number

The minimum similarity to get selected as a value. (based on Leveinshtein Distance)

Legend

  • Function
  • Type alias
  • Interface
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Generated using TypeDoc