We will be winding down Google Business Messages on July 31, 2024. Read more
here.
ResponseSource
Stay organized with collections
Save and categorize content based on your preferences.
Source for an auto-responded message.
Enums |
RESPONSE_SOURCE_UNSPECIFIED |
Not specified. |
FAQ |
FAQ knowledge base. |
FAQ_FOLLOW_UP |
FAQ knowledge base, when the user requests an additional response. |
INTENT |
Custom intent. |
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\u003eThe response source indicates the origin of an auto-responded message, such as from an FAQ knowledge base or a custom intent.\u003c/p\u003e\n"],["\u003cp\u003eResponse sources can be specified using enums like \u003ccode\u003eFAQ\u003c/code\u003e, \u003ccode\u003eFAQ_FOLLOW_UP\u003c/code\u003e, or \u003ccode\u003eINTENT\u003c/code\u003e to provide context for the auto-response.\u003c/p\u003e\n"],["\u003cp\u003eWhen the response source is not explicitly specified, it defaults to \u003ccode\u003eRESPONSE_SOURCE_UNSPECIFIED\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIf a user requests a follow-up response from an FAQ, the response source is identified as \u003ccode\u003eFAQ_FOLLOW_UP\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eCustom intents allow for flexible and tailored responses, with the response source being indicated by \u003ccode\u003eINTENT\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# ResponseSource\n\nSource for an auto-responded message.\n\n| Enums ||\n|-------------------------------|--------------------------------------------------------------------|\n| `RESPONSE_SOURCE_UNSPECIFIED` | Not specified. |\n| `FAQ` | FAQ knowledge base. |\n| `FAQ_FOLLOW_UP` | FAQ knowledge base, when the user requests an additional response. |\n| `INTENT` | Custom intent. |"]]