리뷰 [DEPRECATED] Implementing an AI Chatbot with Dialogflow ES개
리뷰 15893개
Takeya O. · 대략 6년 전에 리뷰됨
stonbashi k. · 대략 6년 전에 리뷰됨
Necmettin C. · 대략 6년 전에 리뷰됨
Nuno M. · 대략 6년 전에 리뷰됨
Sam K. · 대략 6년 전에 리뷰됨
Saravanakumar G. · 대략 6년 전에 리뷰됨
Rodnei C. · 대략 6년 전에 리뷰됨
Rodnei C. · 대략 6년 전에 리뷰됨
Rodnei C. · 대략 6년 전에 리뷰됨
Lambert A. · 대략 6년 전에 리뷰됨
Ax /. · 대략 6년 전에 리뷰됨
Chris B. · 대략 6년 전에 리뷰됨
Haaris S. · 대략 6년 전에 리뷰됨
Joseph Y. · 대략 6년 전에 리뷰됨
William S. · 대략 6년 전에 리뷰됨
Jesus D. · 대략 6년 전에 리뷰됨
David A. · 대략 6년 전에 리뷰됨
Sharad M. · 대략 6년 전에 리뷰됨
Patricia E. · 대략 6년 전에 리뷰됨
MOhamed M. · 대략 6년 전에 리뷰됨
NOURELDIN O. · 대략 6년 전에 리뷰됨
Yousof A. · 대략 6년 전에 리뷰됨
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. · 대략 6년 전에 리뷰됨
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. · 대략 6년 전에 리뷰됨
Robert R. · 대략 6년 전에 리뷰됨
Google은 게시된 리뷰가 제품을 구매 또는 사용한 소비자에 의해 작성되었음을 보증하지 않습니다. 리뷰는 Google의 인증을 거치지 않습니다.