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 (26.2.0.1000)
Syntax
public abstract Task<QueryResponse> QueryAsync(
	string queryText,
	QueryContext context
)

Parameters

queryText  String
The natural language query to make.
context  QueryContext
The context at which the query is in.

Return Value

TaskQueryResponse
A response to the query.
See Also