Google Business Messages 功能將於 2024 年 7 月 31 日終止服務。請按
這裡瞭解詳情。
Method: conversations.messages.create
從服務專員傳送訊息給使用者。如果對話不存在,或是服務專員嘗試在未獲授權參與的對話中傳送訊息,系統會傳回 PERMISSION DENIED
錯誤。
HTTP 要求
POST https://businessmessages.googleapis.com/v1/{parent=conversations/*}/messages
這個網址使用 gRPC 轉碼語法。
路徑參數
參數 |
parent |
string
必要欄位。包含訊息的對話。解析為「conversations/{conversationId}」。
|
查詢參數
參數 |
forceFallback |
boolean
選用設定。這個標記:傳送指定的備用文字,而非其他訊息內容。僅適用於未啟動的代理程式。 如果旗標為 True,且未指定備用文字,Business Messages 會傳回錯誤。
|
回應主體
如果成功,回應主體會包含新建立的 Message
例項。
授權範圍
需要下列 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 a message from an agent to a user within a specific conversation."],["Returns a `PERMISSION DENIED` error if the conversation doesn't exist or the agent isn't authorized."],["Allows sending fallback text instead of the main message content for non-launched agents using the `forceFallback` query parameter."],["Requires the `https://www.googleapis.com/auth/businessmessages` OAuth scope for authorization."],["Uses the `POST` method with the URL `https://businessmessages.googleapis.com/v1/{parent=conversations/*}/messages` to send the message."]]],[]]