Open this page in the API Guide

MachineLearningController.NaturalLanguageQuery Method

Query the engine with natural language.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
[HttpPostAttribute("NaturalLanguageQuery")]
[ProducesResponseTypeAttribute(500)]
[ProducesResponseTypeAttribute(503)]
public ActionResult<QueryResponseData> NaturalLanguageQuery(
	[FromBodyAttribute] QueryContextData queryContextData,
	Guid? sessionId = null
)

Parameters

queryContextData
Type: Dundas.BI.WebApi.Models.QueryContextData
The query context.
sessionId (Optional)
Type: System.Nullable<Guid>
The session ID.

Return Value

Type: ActionResult<QueryResponseData>
The operation completed successfully. The payload contains a QueryResponseData object.
See Also