[DEPRECATED] Implementing an AI Chatbot with Dialogflow ES Reviews
15893 reviews
Takeya O. · Reviewed בערך 6 שנים ago
stonbashi k. · Reviewed בערך 6 שנים ago
Necmettin C. · Reviewed בערך 6 שנים ago
Nuno M. · Reviewed בערך 6 שנים ago
Sam K. · Reviewed בערך 6 שנים ago
Saravanakumar G. · Reviewed בערך 6 שנים ago
Rodnei C. · Reviewed בערך 6 שנים ago
Rodnei C. · Reviewed בערך 6 שנים ago
Rodnei C. · Reviewed בערך 6 שנים ago
Lambert A. · Reviewed בערך 6 שנים ago
Ax /. · Reviewed בערך 6 שנים ago
Chris B. · Reviewed בערך 6 שנים ago
Haaris S. · Reviewed בערך 6 שנים ago
Joseph Y. · Reviewed בערך 6 שנים ago
William S. · Reviewed בערך 6 שנים ago
Jesus D. · Reviewed בערך 6 שנים ago
David A. · Reviewed בערך 6 שנים ago
Sharad M. · Reviewed בערך 6 שנים ago
Patricia E. · Reviewed בערך 6 שנים ago
MOhamed M. · Reviewed בערך 6 שנים ago
NOURELDIN O. · Reviewed בערך 6 שנים ago
Yousof A. · Reviewed בערך 6 שנים ago
great course. Be sure to include package.json logic in the course to be copied by user, this logic worked for me.... { "name": "dialogflowFirebaseFulfillment", "description": "This is the default fulfillment for a Dialogflow agents using Cloud Functions for Firebase", "version": "0.0.1", "private": true, "license": "Apache Version 2.0", "author": "Google Inc.", "engines": { "node": "8" }, "scripts": { "start": "firebase serve --only functions:dialogflowFirebaseFulfillment", "deploy": "firebase deploy --only functions:dialogflowFirebaseFulfillment" }, "dependencies": { "actions-on-google": "^2.2.0", "firebase-admin": "^5.13.1", "firebase-functions": "^2.0.2", "dialogflow": "^0.6.0", "dialogflow-fulfillment": "^0.5.0", "@google-cloud/datastore": "^1.1.0" } }
Christian S. · Reviewed בערך 6 שנים ago
You should probably include the package.json code snippet in the course to be copied. This package.json code worked to complete the course, { "name": "dialogflowFirebaseFulfillment", "description": "This is the default fulfillment for a Dialogflow agents using Cloud Functions for Firebase", "version": "0.0.1", "private": true, "license": "Apache Version 2.0", "author": "Google Inc.", "engines": { "node": "8" }, "scripts": { "start": "firebase serve --only functions:dialogflowFirebaseFulfillment", "deploy": "firebase deploy --only functions:dialogflowFirebaseFulfillment" }, "dependencies": { "actions-on-google": "^2.2.0", "firebase-admin": "^5.13.1", "firebase-functions": "^2.0.2", "dialogflow": "^0.6.0", "dialogflow-fulfillment": "^0.5.0", "@google-cloud/datastore": "^1.1.0" } }
Christian S. · Reviewed בערך 6 שנים ago
Robert R. · Reviewed בערך 6 שנים ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.