I am building a chatbot using Dialogflow, and I deployed the cloud function using inline editor to firebase.
However, compared to V1 there is no javascript SDK to interact with the API. I'm stuck and I cannot find anything helpful in the docs.
Can you please share some example code on how to interact with the dialogflow API using angular ou any j framework ?
Thanks !
I tried to read the dialogflow doc especially the part about http requests. I tried some code with simple http post request which didn't work.
There is no concrete example on stackoverflow.