[DEPRECATED] Implementing an AI Chatbot with Dialogflow ES Reviews
15893 reviews
There are some mismatches between the current Dialogflow and the lab. A specific example is the update to training phrases instead of user asks
Jason B. · Reviewed ما يقرب من 8 سنوات ago
KYUJIN C. · Reviewed ما يقرب من 8 سنوات ago
Stephen O. · Reviewed ما يقرب من 8 سنوات ago
Following the lab ends up not working as intended, since it appears to be out of date on couple of occasions (labels of certain boxes / sections of dialog flow). Version 2 of the Dialogflow API introduced major changes to the request body, so the script deployed to Firebase will end up throwing an error. After some time of investigating, I managed to solve it to switch back over to Dialogflow API v1. There either needs to be an update to the lab or a box to check the API version and to use v1.
Sören T. · Reviewed ما يقرب من 8 سنوات ago
excellent
yoshimura t. · Reviewed ما يقرب من 8 سنوات ago
excellent
yoshimura t. · Reviewed ما يقرب من 8 سنوات ago
Need to update to API v2. Replace line 36: let result = req.body.queryResult; let ticketDescription = result.queryText; // incidence is a required param //let name = req.body.result.contexts[0].parameters['given-name.original']; let name = result.outputContexts[0].parameters['given-name.original']; Replace the response with: let message = `I have successfully logged your ticket, the ticket number is ${ticketnum}. Someone from the helpdesk will reach out to you within 24 hours.`; res.send(JSON.stringify({"fulfillmentText": message}));
Zach G. · Reviewed ما يقرب من 8 سنوات ago
Yinlin C. · Reviewed ما يقرب من 8 سنوات ago
Bibin V. · Reviewed ما يقرب من 8 سنوات ago
Nice
Fady I. · Reviewed ما يقرب من 8 سنوات ago
The content of this lab is interesting, but there are several code snippets that outdated, for example, we should use req.body.queryResult['queryText'] to get ticket description based on API v2. Furthermore, the response from my fulfillment function didn't appear in web demo as the lab module shown. I was wondering it's all about API version, but after changing the response payload I still didn't get the response shown.
I Gede Putu S. · Reviewed ما يقرب من 8 سنوات ago
Takahiro K. · Reviewed ما يقرب من 8 سنوات ago
FELIPE A. · Reviewed ما يقرب من 8 سنوات ago
Great lab, the sample code for the fulfillment portion has some errors thought which was actually fun since it allowed me to do some troubleshooting, however, not everyone might enjoy doing that so you might want to fix the code.
Samuel G. · Reviewed ما يقرب من 8 سنوات ago
fulfillment part did not work. update occured to firebase?
Carmen V. · Reviewed ما يقرب من 8 سنوات ago
excellent
yoshimura t. · Reviewed ما يقرب من 8 سنوات ago
Emmanuel S. · Reviewed ما يقرب من 8 سنوات ago
Index.js has a wrong code as it reports JS error. JSON parsing elements are wrong in the provided JS code. I had to fix it myself to make it work.
Chandrasekar J. · Reviewed ما يقرب من 8 سنوات ago
Index.js has a wrong code as it reports JS error
Chandrasekar J. · Reviewed ما يقرب من 8 سنوات ago
Chandrasekar J. · Reviewed ما يقرب من 8 سنوات ago
Does not work the last part, where you configure the Fulfillment. I did step by step according to the lab and no information is recorded in Datastore.
Alexandre T. · Reviewed ما يقرب من 8 سنوات ago
Joao R. · Reviewed ما يقرب من 8 سنوات ago
Guilherme C. · Reviewed ما يقرب من 8 سنوات ago
Jiangjun H. · Reviewed ما يقرب من 8 سنوات ago
Hwang B. · Reviewed ما يقرب من 8 سنوات ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.