Query

Définit une requête saisie par l'utilisateur.

Représentation 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.
}
Champs
queryId

string

Uniquement en sortie. ID unique de la requête.

Champ d'union content. Contenu de la requête. content ne peut être qu'un des éléments suivants :
text

string

Texte brut.