Open this page in the API Guide

MachineLearningProvider.QueryAsync Method

Perform a natural language query.

Namespace:  Dundas.BI.MachineLearning
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public abstract Task<QueryResponse> QueryAsync(
	string queryText,
	QueryContext context
)

Parameters

queryText
Type: System.String
The natural language query to make.
context
Type: Dundas.BI.MachineLearning.QueryContext
The context at which the query is in.

Return Value

Type: Task<QueryResponse>
A response to the query.
See Also