dundas.machinelearning.QueryResponse Class

A natural language query response from the machine learning engine.
 

Inheritance Hierarchy

 
Class
   dundas.machinelearning.QueryResponse
 

Constructors

 
  Name Description
init Initializes this dundas.machinelearning.QueryResponse.
 
 

Properties

 
  Name Description
context Gets or sets the context.
responses Gets or sets the responses.
responseType Gets or sets the response type.
result Gets or sets the result.
 
 

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.