- The Google search is performed only if the chatbot does not know the answer to the user’s question and if the length of the user’s message is greater than 4 characters.
- If the Google search returns a result, the Dialogflow context google-search is automatically activated. The context contains the attribute link which is the website’s link of the Google search result. Use the context to create a new intent that provides the link, if the user sends a message like tell me more or I want to know more.
- Google Search is not required to activate the spelling correction. You can disable Google Search and activate only spelling correction.
- If Google Search is active, it will have priority over OpenAI.
PREVIOUS < Entities
NEXT > OpenAI