dundas.machinelearning.QueryContext Class

A natural language query context.
 

Inheritance Hierarchy

 
Class
   dundas.machinelearning.QueryContext
 

Constructors

 
  Name Description
init
 
 

Properties

 
  Name Description
data Gets or sets a value with the data for this context.
id Gets or sets a value with the ID of this context.
sessionId Gets or sets a value with the ID of the session.
targetProjectIds Gets or sets a value with the IDs for the target projects.
targetProjectNames Gets or sets a value with the names for the target projects.
userId Gets or sets a value with the ID of the user.
viewId Gets or sets a value with the ID of the view.
viewType Gets or sets the type of the view.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.