isNlQuery property
Experimental, do not use.
If the query is a natural language question. False by default. If true,
then the question-answering feature will be used instead of search, and
result_count
in SearchDocumentsRequest must be set. In addition, all
other input fields related to search (pagination, histograms, etc.) will
be ignored.
Implementation
core.bool? isNlQuery;