Query

定义用户输入的查询。

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.
}
字段
queryId

string

仅限输出。查询的唯一 ID。

查询内容。以下是互斥字段的列表。在响应中,最多只能设置一个字段:
text

string

纯文本。

互斥字段结束。