querySource property

String? querySource
getter/setter pair

Query source for the answer. Possible string values are:

  • "QUERY_SOURCE_UNSPECIFIED" : Unknown query source.
  • "AGENT_QUERY" : The query is from agents.
  • "SUGGESTED_QUERY" : The query is a query from previous suggestions, e.g. from a preceding SuggestKnowledgeAssist response.

Implementation

core.String? querySource;