in this video we will make customizable chat bot using dialogflow and node js also i will show you how you can add features like text to speech and speech to text and more . we will make our own node js server which can communicate with dialogflow.
bot ui folder link : https://github.com/mukeshphulwani66/b...
node js client v2 : https://github.com/googleapis/nodejs-...
#chatbot #ML #js
code for cors -
app.use(function (req, res, next) {
res.setHeader('Access-Control-Allow-Origin', '*');
res.setHeader('Access-Control-Allow-Methods', 'GET, POST, OPTIONS, PUT, PATCH, DELETE');
res.setHeader('Access-Control-Allow-Headers', 'X-Requested-With,content-type');
res.setHeader('Access-Control-Allow-Credentials', true);
// Pass to next layer of middleware
next();
});
Dialogflow is user-friendly, intuitive, and just makes sense. Its natural language processing (NLP) is the best we've tried.
Give users new ways to interact with your product by building engaging voice and text-based conversational interfaces, such as voice apps and chatbots, powered by AI. Connect with users on your website, mobile app, the Google Assistant, Amazon Alexa, Facebook Messenger, and other popular platforms and devices.
connect with me on -
facebook : / mukesh.phulwani.5
instagram : / mukeshphulwani66
linkedin: / mukesh-phulwani-681450152
github: https://github.com/mukeshphulwani66