Тёмный

Dialogflow: Response through NodeJS Webhook Server 

Rohit Saini
Подписаться 314
Просмотров 20 тыс.
50% 1

Опубликовано:

 

30 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 41   
@carol0906
@carol0906 4 года назад
Thank you so much!! I was searching this for a long time!!!
@jorgericaldi6438
@jorgericaldi6438 4 года назад
you saved my life bro, literally. thanks
@kinzamushtaq1827
@kinzamushtaq1827 4 года назад
Apne jo Ubuntu ki window per commands type ki hain wo plz mention krden . Qk me cmd use kr rahi hon
@hanifjilani6533
@hanifjilani6533 3 года назад
bro without credit card i thought i couldn't do anything Really thanks
@computadorhumano949
@computadorhumano949 3 года назад
hey to me appear the same, i solve it make webhook via code node.
@jaiedbinmahmud4461
@jaiedbinmahmud4461 3 года назад
This code gets error if I try to send this custom payload using a loop. Like I want to send five cards to FB messenger using a for loop. It gets "Payload response for PLATFORM_UNSPECIFIED already defined" . Do you have any solution???
@palakmantry
@palakmantry 3 года назад
Not able to receive payloads. followed step by step
@palakmantry
@palakmantry 3 года назад
I am always getting an empty response
@jacquesikot3734
@jacquesikot3734 4 года назад
Nice video man! I had spent days looking for this content, please keep making more videos, thanks a million!!
@prasadkumarasinghe896
@prasadkumarasinghe896 2 года назад
how to sending a video via custom payload response to dialgflow...could you please share the function code?
@imachrajeev
@imachrajeev 3 года назад
Rohit, could you please help with webhook for dialogflow CX?
@izaiasferreira6758
@izaiasferreira6758 2 года назад
not working
@paulachatbot9143
@paulachatbot9143 4 года назад
At the beginning when I want to execute 'code .' it marks me that it is not recognized and I get this "code : The term 'code' is not recognized as the name of a cmdlet, function, script file or executable program. Check if you typed the name correctly or, if you included a path, check that the path is correct and try again".
@Alexrx8
@Alexrx8 3 года назад
How do I found the api key in dialogflow for my coding? var app = apiai("");
@lassef3692
@lassef3692 4 года назад
I must say. Normally I don't find many of the programming videos useful from india because the programming structure and videos mostly are extremely messy. Mate I really enjoyed your video. Please keep speaking so calm as you do don't try like so many other people to sound like they are perfect at english by speaking fast. Do you have portfolio?
@rajaraja-kq1ig
@rajaraja-kq1ig 4 года назад
Hi bro if I fetch data from database and send to dailogflow on that time request time is out why so that like ...is there is any way to wait webhook call till data fetch from database
@miguelrios8049
@miguelrios8049 2 года назад
you are fuckin god, I spent a lot of time search it
@blitz8925
@blitz8925 4 года назад
Hello bro, thank you very much for this video, you saved my life with cutstom payload. But i have question, how do you make custom payload for Facebook ? I've been stuck on this for several days.
@pradnyakarve6094
@pradnyakarve6094 3 года назад
sir how send custom pay load reply in node js i am only getting txt response
@tv_companion
@tv_companion 4 года назад
Bro mera server toh live ho gya tha but still mera webhook response nahi dera tha
@ulisesvera3055
@ulisesvera3055 4 года назад
I was watching payment course and this video is much better. Thanks
@tv_companion
@tv_companion 4 года назад
please help this is urgent
@kirangonuguntla2716
@kirangonuguntla2716 4 года назад
You made my day.. Thanks a ton for step by step process..👏
@bipinchauhan6411
@bipinchauhan6411 4 года назад
bro really Appreciate you work !!! fetch error ngrok Tunnel b997d3db84a2.ngrok.io not found help please
@RohitSaini1196
@RohitSaini1196 4 года назад
Make sure your ngrok link is working on browser and use https instead of http. If issues continues, update ngrok and nodejs
@computadorhumano949
@computadorhumano949 3 года назад
Hey bro, turn on node index.js it will start server node. After do you apply run ngrok http 3000, warning note, use the same port of node JS. To you test it go on your postaman and test to you see how it working, it to me was ok.
@facundomartinarguello6646
@facundomartinarguello6646 4 года назад
Thank you so much Rohit, great tutorial!
@AbhayG27
@AbhayG27 3 года назад
Thank you!
@danielgonzalezz
@danielgonzalezz 4 года назад
How I read the response?.
@RohitSaini1196
@RohitSaini1196 4 года назад
Watch next video in same playlist
@samuelw5582
@samuelw5582 4 года назад
Noice
@kinzamushtaq1827
@kinzamushtaq1827 4 года назад
sir Ngrok download nhi ho raha mere pas windows me,and can you please give me the code,jo apne custom base chatbot ko bananay me use kia hai
@RohitSaini1196
@RohitSaini1196 4 года назад
Open your terminal/cmd and run 'npm install ngrok -g' make sure you have nodejs (npm) installed in your system.
@kinzamushtaq1827
@kinzamushtaq1827 4 года назад
@@RohitSaini1196 one more question, ap code provide kr skatay han? Actually mera fyp ha,mjhe koi help krne wala nhi mil raha apki video bht acho hai,bs screen se samjhne me mushkil ho rhi hai.. aagar ap help kr saken
@RohitSaini1196
@RohitSaini1196 4 года назад
Hey, Code is available in the description of last(final) video of series. Or github.com/rohitsaini1196/chatbot_webhook
@hhbounce
@hhbounce 3 года назад
Thank you for your great tutorial. Do you have an idea why do I receive: "ReferenceError: agend is not defined"?
@owususamuel
@owususamuel 3 года назад
It's agent* not agend. Check the spelling
@hhbounce
@hhbounce 3 года назад
@@owususamuel thank you very much Samuel!
@hhbounce
@hhbounce 3 года назад
@@owususamuel Sorry to disturb you, but do you know how to handle following issue: "TypeError: Right-hand side of 'instanceof' is not an object"
@owususamuel
@owususamuel 3 года назад
@@hhbounce it means you've assigned a variable of different data type objects
@hhbounce
@hhbounce 3 года назад
@@owususamuel Thank you very much. I am new to this topic...can pls tell me where I did this wrong?. Thank you..and sorry for disturbing you...I can't solve it somehow.. const express = require('express'); const app = express(); const dfff = require('dialogflow-fulfillment'); app.get('/', (req, res)=>{ res.send("We are live") }); app.post('/', express.json(), (req, res)=>{ const agent = new dfff.WebhookClient({ request:req, response:res }); function demo(agent){ agent.add("Response from webhook"); } var intentMap = new Map(); intentMap.set('webhookDemo', demo) agent.handleRequest(intentMap); }); app.listen(3333, ()=>console.log("Server is live at 3333"));
Далее
Ко мне подкатил бармен
00:58
Просмотров 186 тыс.
Extend Dialogflow with Webhooks :  Simple weather app
10:44
Dialogflow with Node Js Server
15:56
Просмотров 7 тыс.
Create your own Next.js Starter Template
2:35:29
Просмотров 22 тыс.
OAuth 2.0 and OpenID Connect (in plain English)
1:02:17
Dialogflow Fulfillment [Step by Step guide]
12:46
Node.js Crash Course
1:30:08
Просмотров 1,6 млн