NaturalLanguageQueryData Class

Provides the data for a natural language query.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsNaturalLanguageQueryData

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class NaturalLanguageQueryData

The NaturalLanguageQueryData type exposes the following members.

Constructors
 NameDescription
Public methodNaturalLanguageQueryDataInitializes a new instance of the NaturalLanguageQueryData class
Top
Properties
 NameDescription
Public propertyContext Gets or sets the context.
Public propertyQuery Gets or sets the query.
Top
See Also