interpretationType property

String? interpretationType
getter/setter pair

Possible string values are:

  • "NONE" : Neither the natural language interpretation, nor a broader version of the query is used to fetch the search results.
  • "BLEND" : The results from original query are blended with other results. The reason for blending these other results with the results from original query is populated in the 'Reason' field below.
  • "REPLACE" : The results from original query are replaced. The reason for replacing the results from original query is populated in the 'Reason' field below.

Implementation

core.String? interpretationType;