Open this page in the API Guide

IMachineLearningService.NaturalLanguageQueryAsync 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 (25.1.0.1000)
Syntax
Task<QueryResponse> NaturalLanguageQueryAsync(
	string query,
	QueryContext context
)

Parameters

query
Type: System.String
The natural language query.
context
Type: Dundas.BI.MachineLearning.QueryContext
The context of the query.

Return Value

Type: Task<QueryResponse>
A response from the machine learning engine. Null if there is an error.
See Also