We will be winding down Google Business Messages on July 31, 2024. Read more
here.
AutoRespondedMessage
Stay organized with collections
Save and categorize content based on your preferences.
Fields |
message |
object (Message )
Auto-responded message.
|
responseSource |
enum (ResponseSource )
Response source.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-14 UTC.
[null,null,["Last updated 2024-11-14 UTC."],[[["\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. |"]]