Тёмный

Creating a Custom Ordering System in Botpress LIVE 

Alexander Bär
Подписаться 1 тыс.
Просмотров 3,9 тыс.
50% 1

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

 

18 сен 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 37   
@chase-jg2gu
@chase-jg2gu Год назад
Where/how did you learn what you needed to know to start your own agency? For some reason, you seem a lot more credible than others that are out there Would be cool if you could make a video about your agency, its health, how you grew it, and where you plan to take it
@ilmor8430
@ilmor8430 Год назад
I am deeply appreciative of the comprehensive tutorial you've provided. The systematic approach you've taken makes it easy to follow along. However, the capabilities shown off in this video doesn't seem particularly new, such chatbots have been around for 10 years or so. It would be great if you could take some time to show off what's possible with current technology. How to build a system that leverages the current possibilities of chatbots, that invokes the same feeling as chatting with chatGPT. Looking forward to your future content.
@thiago_saa
@thiago_saa 3 месяца назад
Greetings from Brazil Alexander! I'm currently working on an ordering system for burger restaurant, I found your video at a good time! Let me ask you: How would you make the bot reply by continuing the chat in the detected language, without needing to ask user for this? If you leave the "Question to ask the user" field in "UserLang" (Raw Input) empty, the bot waits for the user to send a new message...
@ignaciofernandez3003
@ignaciofernandez3003 Год назад
I love this video man, really good and you're teaching for real how to do this things, love it, ill try to do something like this for some pizza shop or something like that
@Parvu_Stefan
@Parvu_Stefan Год назад
Amazing video! I would be interested how can you edit the order instead of just deleting it. For example add one more, or get rid of another one. Also the part when you send the order to the team preparing the food would be great. Honesty your video is so clear and insightful! Keep it up!
@Alex-Innov8Agency
@Alex-Innov8Agency Год назад
Thanks! It would take a whole new video explaining how to edit the order. But the basic logic would be: Ask the user which number he would like to edit --> Check, if the array contains the number --> Ask, if he wan'ts to delete or edit this item --> If edit, Create a new order item based on the user's information --> Replace the users item If delete --> just remove the item from the array. Regarding sending the order: In the confirmation block: Make an axios / fetch request to the zapier webhook transmitting all the data from the bot to zapier --> save it somewhere, for example google sheets --> send an automated email containing the information to the team. Hope that could help!
@Parvu_Stefan
@Parvu_Stefan Год назад
Thanks, will also wait for the video, or another videos about chat bots!
@ramonlepageAI
@ramonlepageAI 7 месяцев назад
Bro, super helpfull your video.
@stussmith614
@stussmith614 Год назад
Great tutorial. Thanks very much for this. It would be good to have a copy of the code somewhere. Just a thought. Well done though :)
@awaistoor4276
@awaistoor4276 7 месяцев назад
Customer has posted the order he will get the confirmation Now how will we get the order confirmation How to integrate it with email ?
@just.call.me.kat_
@just.call.me.kat_ 2 месяца назад
Im having issues with pushing the object into the array, I see you left it as array type string but when I do the same it just gives an error
@stephaniericordel959
@stephaniericordel959 Месяц назад
You need to add this before push on array : if (!Array.isArray(workflow.orderArray)) { workflow.orderArray = []; }
@just.call.me.kat_
@just.call.me.kat_ Месяц назад
@@stephaniericordel959 you godsent man
@xPetkic
@xPetkic Год назад
Amazing video! I'm also making a bot for a high ticket client right now but I get stuck on JavaScript because I don't know much of it. Could I ask you a question about it... At the end, your bot says "Your order has been sent." Its similar for my bot, but the order is about renting Properties. I'd like that the client could immediately start a new order by the press of a button, but then when the second order is proccessed, the "foods" from the first one are not removed. All I have to write is a couple of JavaScript lines, but ChatGPT can't do that correctly for me. Could you maybe help me "remove the info stored under 3 variables: Bedrooms, Location, Budget" for the 2. round of ordering? Thank you so much for your time
@mahavishnuessakimuthu
@mahavishnuessakimuthu Год назад
Would love to see how to connect this to zapier Can you make a video about that
@Tedsting82
@Tedsting82 Год назад
Would you be able to explain what the code means as you enter it and why you do it and what it does?
@Alex-Innov8Agency
@Alex-Innov8Agency Год назад
Tried to do so in the video.
@Pazz0ne
@Pazz0ne Год назад
I really love the video, I would really appreciate if it had worked, very nice
@PhiloTrend
@PhiloTrend Год назад
hey, can you make a tutorial on voiceflow for other niche ?
@MrMwenesi
@MrMwenesi Год назад
How do you handle failures in the code for example, when a product is types in directly or an amount and it gives NaN results
@Alex-Innov8Agency
@Alex-Innov8Agency Год назад
I would create a type verification. After the user puts in the data, put in a custom code block. Then create an if statement where you check, if the type of the respective variable is correct.
@MrMwenesi
@MrMwenesi Год назад
@@Alex-Innov8Agency What about creating a orderID. How would that be implemented across users?
@Ale-cg8qw
@Ale-cg8qw Год назад
great tips - thanks🙂 have you done anything similar where instead of hardcoding the menu items into the execute code section you use a text/csv file containing the items/products and sore in the KB?
@Alex-Innov8Agency
@Alex-Innov8Agency Год назад
Thanks! When working with variable data from a spreadsheet, you would: Scrape the data from the sheet (zapier), send the data via webhook to botpress and then save it in an array. From there, the logic stays the same.
@Ale-cg8qw
@Ale-cg8qw Год назад
cheers - and please continue the video series - very helpful!@@Alex-Innov8Agency
@Tedsting82
@Tedsting82 Год назад
Where did you find out the codes to use? Do you have a background in code?
@Alex-Innov8Agency
@Alex-Innov8Agency Год назад
Yes, I'm coming from a coding background.
@Pazz0ne
@Pazz0ne Год назад
The codes are giving error messages
@Brick396
@Brick396 3 месяца назад
I have some problem with the code can u help me
@GameExperience.
@GameExperience. Год назад
Great stuff! ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-1ITRU7jbZL0.htmlsi=dgkYSkh2XNfViWQD&t=1179 But I have lost hours by getting errors on last line of code: workflow.orderArray.push(workflor.orderArray) orderArray is set to Type: Array and ArrayType: String orderItem is set to Type: Object That is what Botpress now complains about. "Argument of type Object is not assignable to parameter of type String" Advice please?
@cloak98
@cloak98 7 месяцев назад
me too did you find any solution?
@stussmith614
@stussmith614 Год назад
can you possibly publish the code so we can see it live? We have errors: workflow.orderArray.push(workflow.orderItem); Error:Type of object is not assignable to perameter of type string" Error: property price, name,amount does not exist on type string Calculate Order. let price = 0; let total = 0; workflow.userOrderPrint = "You have ordered "; // Corrected the line break character for (let i = 0; i < workflow.orderArray.length; i++) { // Used curly braces price = workflow.orderArray[i].amount * workflow.orderArray[i].price; total += price; workflow.userOrderPrint += workflow.orderArray[i].amount + "x" + workflow.orderArray[i].name + " for $" + price + " "; // Added space before "for $" } workflow.userTotal = "Your order costs a total of " + total;
@Pazz0ne
@Pazz0ne Год назад
Same here
@nkhader6399
@nkhader6399 10 месяцев назад
Got the same problem
@nkhader6399
@nkhader6399 10 месяцев назад
Have you guys solved the problem or
@huika4d13
@huika4d13 8 месяцев назад
I encountered the same problem, but found out I could ignore the error message and still work perfectly.
Далее
Building a $5,000 AI Persona Chatbot LIVE
29:47
Просмотров 118 тыс.
GIANT Gummy Worm Pt.6 #shorts
00:46
Просмотров 9 млн
СМЕЛОЕ РЕШЕНИЕ #shorts
00:14
Просмотров 23 тыс.
Dora was kidnapped and then… 😨 #shorts
00:18
Просмотров 2,8 млн
Why 95% of all AI Automation Agencies are FAILING
14:54
How To Build A Shopify E-Commerce AI Chatbot
51:05
Просмотров 11 тыс.
EP 12: Table Knowledge Bases & Custom Search Filters
49:15
Delivering Automations to Clients (How I Do It)
11:06
GIANT Gummy Worm Pt.6 #shorts
00:46
Просмотров 9 млн