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

純文字。

互斥欄位的結尾。