How I built it
- First I built my Dialogflow agent at https://dialogflow.cloud.google.com/
- I built an open source Dialogflow proxy to let static site client communicate with my Dialogflow agent WITHOUT LEAKING CREDENTIALS. You can see at https://github.com/Chomtana/dialogflow-proxy
- I deploy
dialogflow-proxy
to DigitalOcean. - I develop my static site https://chom.dev and use axios to connect with
dialogflow-proxy
API.
Top comments (0)