Como implementar um chatbot de IA usando o Dialogflow ES avaliações
15893 avaliações
Takeya O. · Revisado há about 6 years
stonbashi k. · Revisado há about 6 years
Necmettin C. · Revisado há about 6 years
Nuno M. · Revisado há about 6 years
Sam K. · Revisado há about 6 years
Saravanakumar G. · Revisado há about 6 years
Rodnei C. · Revisado há about 6 years
Rodnei C. · Revisado há about 6 years
Rodnei C. · Revisado há about 6 years
Lambert A. · Revisado há about 6 years
Ax /. · Revisado há about 6 years
Chris B. · Revisado há about 6 years
Haaris S. · Revisado há about 6 years
Joseph Y. · Revisado há about 6 years
William S. · Revisado há about 6 years
Jesus D. · Revisado há about 6 years
David A. · Revisado há about 6 years
Sharad M. · Revisado há about 6 years
Patricia E. · Revisado há about 6 years
MOhamed M. · Revisado há about 6 years
NOURELDIN O. · Revisado há about 6 years
Yousof A. · Revisado há 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. · Revisado há 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. · Revisado há about 6 years
Robert R. · Revisado há about 6 years
Não garantimos que as avaliações publicadas sejam de consumidores que compraram ou usaram os produtos. As avaliações não são verificadas pelo Google.