我们将于 2024 年 7 月 31 日逐步淘汰 Google Business Messages。点击
此处了解详情。
AutoRespondedMessage
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\u003cp\u003eAuto-responses are represented by a JSON object containing the \u003ccode\u003emessage\u003c/code\u003e and \u003ccode\u003eresponseSource\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003emessage\u003c/code\u003e field contains the auto-responded message itself, adhering to the Business Messages \u003ccode\u003eMessage\u003c/code\u003e object structure.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eresponseSource\u003c/code\u003e field indicates the origin of the auto-response, categorized according to the Business Messages \u003ccode\u003eResponseSource\u003c/code\u003e enum.\u003c/p\u003e\n"]]],[],null,["# AutoRespondedMessage\n\nAuto-responded message.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"message\": { object (/business-communications/business-messages/reference/rest/v1/conversations.messages#Message) }, \"responseSource\": enum (/business-communications/business-messages/reference/rest/v1/ResponseSource) } ``` |\n\n| Fields ||\n|------------------|---------------------------------------------------------------------------------------------------------------------------------------------|\n| `message` | `object (`[Message](/business-communications/business-messages/reference/rest/v1/conversations.messages#Message)`)` Auto-responded message. |\n| `responseSource` | `enum (`[ResponseSource](/business-communications/business-messages/reference/rest/v1/ResponseSource)`)` Response source. |"]]