與訊息相關聯的比對內容資料。
JSON 表示法 |
---|
{ "entryPoint": enum ( |
欄位 | |
---|---|
entryPoint |
使用者點選的進入點。 |
userInfo |
撰寫訊息的使用者身分。 |
widget |
用於開啟對話的小工具相關資訊。 |
resolvedLocale |
已解析語言代碼。根據位置、可能的語言偏好和其他因素,比對使用者和支援的服務專員地區。語言代碼值是格式正確的 IETF BCP 47 語言代碼。 |
customContext |
合作夥伴指定的背景資訊。 |
聯集欄位 place 。可設定 placeId 或 nearPlaceId。place 只能是下列其中一項: |
|
placeId |
地點的地點 ID,或是 Google 地點介面當中的專屬 ID。 |
nearPlaceId |
地點 ID,或是 Google 地點介面集內使用的專屬 ID,也就是距離使用者最近的位置。 |
UserInfo
與訊息相關聯的使用者身分資料。
JSON 表示法 |
---|
{ "displayName": string, "userDeviceLocale": string } |
欄位 | |
---|---|
displayName |
使用者的顯示名稱。 |
userDeviceLocale |
使用者的語言代碼。由裝置語言設定決定。 |
小工具
與訊息有關的小工具資訊。
JSON 表示法 |
---|
{ "url": string, "widgetContext": string } |
欄位 | |
---|---|
url |
整合小工具的網址。 |
widgetContext |
與小工具相關聯的內容字串。由小工具的 |