Dialogflow with Wix

Is there anyway i can integrate Dialogflow an AI Chatbot with my wix website. I would like the same functionality as the current wix chat. When clicked it will expand and it will always stay at the bottom right of the screen.


I have created an HTML iframe but i cant see an option to style it. I would like to to act like the current wix chat.

Dialogflow is not a Wix app, so you are better suited reading through Dialogflow’s own support pages to see how you can customize it to your liking and how they integrate it with websites etc.

https://dialogflow.com/docs/getting-started/first-agent
https://cloud.google.com/dialogflow/docs/tutorials/build-an-agent/create-customize-agent

https://dialogflow.com/docs/sdks
https://cloud.google.com/dialogflow/docs/reference/rest/v2-overview

Once you have read and understood that then you can see if Wix Node Manager already has their own NodeJS already.
https://support.wix.com/en/article/corvid-managing-external-code-libraries-with-the-package-manager

Or you can use their own REST API as shown here.
https://cloud.google.com/dialogflow/docs/reference/

Then connect to it Wix using Wix Fetch or Wix HTTP Functions.
https://www.wix.com/corvid/reference/wix-fetch.html
https://support.wix.com/en/article/corvid-accessing-third-party-services-with-the-fetch-api
https://support.wix.com/en/article/corvid-calling-server-side-code-from-the-front-end-with-web-modules

https://www.wix.com/corvid/reference/wix-http-functions.html
https://support.wix.com/en/article/corvid-exposing-a-site-api-with-http-functions

That is providing that Dialogflow is compatible with Wix in the first place.
https://dialogflow.com/docs/integrations