interpretedQuery property

String? interpretedQuery
getter/setter pair

The interpretation of the query used in search.

For example, queries with natural language intent like "email from john" will be interpreted as "from:john source:mail". This field will not be filled when the reason is NOT_ENOUGH_RESULTS_FOUND_FOR_USER_QUERY.

Implementation

core.String? interpretedQuery;