Google Business Messages 功能將於 2024 年 7 月 31 日終止服務。請按
這裡瞭解詳情。
Method: conversations.surveys.create
在對話中建立客戶滿意度問卷調查。
如果服務專員在 24 小時內在同一對話中傳送多份問卷調查,Business Messages 就只會傳送第一份問卷調查給使用者。
HTTP 要求
POST https://businessmessages.googleapis.com/v1/{parent=conversations/*}/surveys
這個網址使用 gRPC 轉碼語法。
路徑參數
參數 |
parent |
string
必要欄位。包含問卷調查的對話。解析為「conversations/{conversationId}」。
|
查詢參數
參數 |
surveyId |
string
由服務專員指派的問卷調查專屬 ID。如果問卷調查嘗試使用與先前的問卷調查相同的surveyId ,Business Messages 就會忽略這項要求。
|
回應主體
如果成功,回應主體會包含新建立的 Survey
例項。
授權範圍
需要下列 OAuth 範圍:
https://www.googleapis.com/auth/businessmessages
詳情請參閱 OAuth 2.0 總覽。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2023-12-01 (世界標準時間)。
[null,null,["上次更新時間:2023-12-01 (世界標準時間)。"],[[["Sends customer satisfaction surveys within conversations using an HTTP POST request to the specified URL."],["Only the first survey initiated within a 24-hour period in a conversation will be sent to the user."],["Each survey requires a unique `surveyId` assigned by the agent to be processed, reusing IDs will result in the request being ignored."],["Requires authorization with the `https://www.googleapis.com/auth/businessmessages` scope."]]],[]]