[DEPRECATED] Implementing an AI Chatbot with Dialogflow ES Reviews

15893 reviews

Takeya O. · Reviewed about 6 years ago

stonbashi k. · Reviewed about 6 years ago

Necmettin C. · Reviewed about 6 years ago

Nuno M. · Reviewed about 6 years ago

Sam K. · Reviewed about 6 years ago

Saravanakumar G. · Reviewed about 6 years ago

Rodnei C. · Reviewed about 6 years ago

Rodnei C. · Reviewed about 6 years ago

Rodnei C. · Reviewed about 6 years ago

Lambert A. · Reviewed about 6 years ago

Ax /. · Reviewed about 6 years ago

Chris B. · Reviewed about 6 years ago

Haaris S. · Reviewed about 6 years ago

Joseph Y. · Reviewed about 6 years ago

William S. · Reviewed about 6 years ago

Jesus D. · Reviewed about 6 years ago

David A. · Reviewed about 6 years ago

Sharad M. · Reviewed about 6 years ago

Patricia E. · Reviewed about 6 years ago

MOhamed M. · Reviewed about 6 years ago

NOURELDIN O. · Reviewed about 6 years ago

Yousof A. · Reviewed about 6 years 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 about 6 years 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 about 6 years ago

Robert R. · Reviewed about 6 years ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.