IMachineLearningServiceNaturalLanguageQueryAsync Method

Query the machine learning engine using natural language.

Namespace: Dundas.BI.MachineLearning
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
Task<QueryResponse?> NaturalLanguageQueryAsync(
	string query,
	QueryContext context
)

Parameters

query  String
The natural language query.
context  QueryContext
The context of the query.

Return Value

TaskQueryResponse
A response from the machine learning engine. Null if there is an error.
See Also