Query

Defines a user inputed query.

JSON representation
{
  "queryId": string,

  // Union field content can be only one of the following:
  "text": string
  // End of list of possible types for union field content.
}
Fields
queryId

string

Output only. Unique ID for the query.

Union field content. Query content. content can be only one of the following:
text

string

Plain text.