Query

Definisce una query inserita dall'utente.

Rappresentazione JSON
{
  "queryId": string,

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

string

Solo output. ID univoco della query.

Campo unione content. Contenuti della query. content può essere solo uno dei seguenti tipi:
text

string

Testo normale.