Open this page in the API Guide

NaturalLanguageResponse Class

The response of a natural language query.
Inheritance Hierarchy
System.Object
  Dundas.BI.MachineLearning.NaturalLanguageResponse

Namespace:  Dundas.BI.MachineLearning
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public class NaturalLanguageResponse

The NaturalLanguageResponse type exposes the following members.

Constructors
  NameDescription
Public methodNaturalLanguageResponse
Initializes a new instance of the NaturalLanguageResponse class.
Top
Properties
  NameDescription
Public propertyHandlerMethod
Gets or sets the Javascript method name.
Public propertyHandlerParameters
Gets or sets the Javascript method parameters.
Public propertyResponseType
Gets or sets the response type.
Top
See Also