I encountered the following error while sending POST request to the Node JS code. There was a similar but unanswered 2 years old question in stackoverflow. So I decided to ask. My code: Error i received: POST request : Answer Found the answer I had missed the header. It was solved after adding the POST header.
Tag: dialogflow-es
Store multiple parameters from different Intents
I have an issue saving multiple parameters from different intents in dialogflow firebase fullfillment. I’ve tried declaring a global variable to store the data there but to no avail . here is what I have so far. I would like to save the parameters from multiple intents to a firebase db Answer You can use context to save/use data across
How to make connection to Dialogflow API in ReactJS (front-end)
I can’t seem to find a solution for this. I’m trying to make a connection to Dialogflow using ReactJS. So far I’ve tried it by making an Ajax call and using dialogflow.SessionsClient() with the credentials JSON file. I keep getting Authentication errors. Is there any example, because I can’t find anything. Thank you. Answer If you want the dialogflow agent