Query

Definisce una query inserita dall'utente.

Rappresentazione JSON
{
  "queryId": string,

  // The following is a list of mutually exclusive fields. At most one of the
  // fields will be set in a response:
  "text": string
  // End of mutually exclusive fields.
}
Campi
queryId

string

Solo output. ID univoco della query.

Contenuto della query. Di seguito è riportato un elenco di campi che si escludono a vicenda. Nella risposta verrà impostato al massimo uno dei seguenti campi:
text

string

Testo normale.

Fine dei campi che si escludono a vicenda.