QueryResponseData Properties

The QueryResponseData type exposes the following members.

Properties
  NameDescription
Public propertyContext
Gets or sets the natural language context.
Public propertyHandlerType
Gets or sets the plugin handler type that is used in this response.
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.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
See Also