关于“[DEPRECATED] Implementing an AI Chatbot with Dialogflow ES”的评价
15893 条评价
Takeya O. · 已于 about 6 years前审核
stonbashi k. · 已于 about 6 years前审核
Necmettin C. · 已于 about 6 years前审核
Nuno M. · 已于 about 6 years前审核
Sam K. · 已于 about 6 years前审核
Saravanakumar G. · 已于 about 6 years前审核
Rodnei C. · 已于 about 6 years前审核
Rodnei C. · 已于 about 6 years前审核
Rodnei C. · 已于 about 6 years前审核
Lambert A. · 已于 about 6 years前审核
Ax /. · 已于 about 6 years前审核
Chris B. · 已于 about 6 years前审核
Haaris S. · 已于 about 6 years前审核
Joseph Y. · 已于 about 6 years前审核
William S. · 已于 about 6 years前审核
Jesus D. · 已于 about 6 years前审核
David A. · 已于 about 6 years前审核
Sharad M. · 已于 about 6 years前审核
Patricia E. · 已于 about 6 years前审核
MOhamed M. · 已于 about 6 years前审核
NOURELDIN O. · 已于 about 6 years前审核
Yousof A. · 已于 about 6 years前审核
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. · 已于 about 6 years前审核
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. · 已于 about 6 years前审核
Robert R. · 已于 about 6 years前审核
我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。