MachineLearningProviderQueryAsync Method

Perform a natural language query.

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

Parameters

queryText
Type: SystemString
The natural language query to make.
context
Type: Dundas.BI.MachineLearningQueryContext
The context at which the query is in.

Return Value

Type: TaskQueryResponse
A response to the query.
See Also