QueryResponse Class

A response to a query from the machine learning engine specific to the Python Machine Learning extension.
Inheritance Hierarchy
SystemObject
  Dundas.BI.MachineLearningQueryResponse

Namespace: Dundas.BI.MachineLearning
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class QueryResponse

The QueryResponse type exposes the following members.

Constructors
 NameDescription
Public methodQueryResponse Initializes a new instance of the QueryResponse class.
Top
Properties
 NameDescription
Public propertyContext Gets or sets the natural language context.
Public propertyHandlerType Gets or sets the handler type.
Public propertyPluginId Gets or sets the plugin ID that recognized the query.
Public propertyRecognizerType Gets the recognizer that was used to recognize the query.
Public propertyResponses Gets the responses.
Public propertyResponseType Gets the response type.
Public propertyResult Gets or sets the result data as recorded by the machine learning engine.
Top
See Also