querySource property

String? querySource
getter/setter pair

The source of the query in the request.

Optional. Possible string values are:

  • "QUERY_SOURCE_UNSPECIFIED" : Unknown query source.
  • "AGENT_QUERY" : The query is from agents.
  • "SUGGESTED_QUERY" : The query is a suggested query from Participants.SuggestKnowledgeAssist.

Implementation

core.String? querySource;