IMachineLearningServiceNaturalLanguageQueryAsync Method |
Query the machine learning engine using natural language.
Namespace: Dundas.BI.MachineLearningAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxTask<QueryResponse?> NaturalLanguageQueryAsync(
string query,
QueryContext context
)
Function NaturalLanguageQueryAsync (
query As String,
context As QueryContext
) As Task(Of QueryResponse)
Task<QueryResponse^>^ NaturalLanguageQueryAsync(
String^ query,
QueryContext^ context
)
abstract NaturalLanguageQueryAsync :
query : string *
context : QueryContext -> Task<QueryResponse> Parameters
- query String
- The natural language query.
- context QueryContext
- The context of the query.
Return Value
TaskQueryResponseA response from the machine learning engine. Null if there is an error.
See Also