DFCX connects to internet without permission

We have enabled VSAC(Vertex ai and search and conversation)in DFCX(chat type app)GEN AI.

We are surprised by the fact that our chatbot is acting like a mini Gemini. We were working on getting our required responses for our chatbot through various methods,There it is we notice that the app is giving responses from the internet.The thing is we were trying to work with webhook response and came across website called Webhook.site where we can just give url and can process the response and json.

We tried to trigger the webhook once and then we left it alone.After that our bot somehow managed to get responses from the internet like google search.

We have enabled VSAC(vertex ai and search and conversation)

Here is the problem

  1. We don't want answers from the internet but from knowledgebase(Datastores only)

    2. We also want to know how to work with webhooks to get responses where the data is a real time data and not a search directory api(like bard giving answers about live cricket scores)
0 1 55
1 REPLY 1

I believe that is the premise of Vertex AI Conversation (Data Store agent) it reads through your datastore and response and works like an LLM:

"Data store agents parse and comprehend your public or private content (website, internal documents, and so on). Once this information is indexed, your agent can answer questions and have conversations about the content. You just need to provide the content."

For more information about Datastore Agent you can visit this dialogflow content here.