Here is Part 2 : kzbin.info/www/bejne/Y2SwmHtja5qCd8k
@khatri1711 ай бұрын
I don't know if they do same in the industry but watching you creating chatbot is super cool
@unluckydude88822 жыл бұрын
I love you so much. I was dong my project (Chatbot) and i was thinking how do i fix the overflow, and u saved me alot of time. Much appreciated❤❤❤
@CodeWellTech2 жыл бұрын
Glad it helped you.
@josephcieplak89202 жыл бұрын
Awesome. I've just finished the course and it was very intuituive and easy to learn thanks! I'm waiting 4 the second part.
@CodeWellTech2 жыл бұрын
Glad that you liked it :) will be making second part soon and will notify you here.
@CodeWellTech2 жыл бұрын
Here is Part 2: kzbin.info/www/bejne/Y2SwmHtja5qCd8k
@revischea71148 ай бұрын
Thank you for the video. It works, except with long messages there is no text-wrapping. How can we add text-wrapping instead of one long line?
@CodeWellTech8 ай бұрын
Try overflow-wrap:break-word
@Pss19940909 Жыл бұрын
Thanks a lot for this video. It's very helpful for beginner like me :)))
@ArunSingh-xl9bu Жыл бұрын
Awesome !!
@CodeWellTech Жыл бұрын
Thank you 😊
@kibriarumi Жыл бұрын
nice and thanks for great video
@CodeWellTech Жыл бұрын
Glad you liked it 😊
@lizavetameta2 жыл бұрын
#todolist
@shivanivashistha3705 Жыл бұрын
How you have styled the image size my image is covering the whole page
@CodeWellTech Жыл бұрын
Set size(h n w) of image container in pixcels and set size of image to 100 percentage
@raffyguevarra77772 жыл бұрын
How do we add sentences or words in the command other than just words like hello? For example, I want it to give me a response if I type in "How can I register?"
@CodeWellTech2 жыл бұрын
Please do watch video completely where I shown how to add Keys and values in JSON. So in your case you can add key as "how can I register" and while fetching response you can apply uppercase function when comparing your input with json key and fetch response. You can also do contains search while comparing user input with json key
@eudaldcatalunya2 жыл бұрын
How would you add a sentence or a few words on the comand instead of only a hello? If i add it it wont answer
@CodeWellTech2 жыл бұрын
We need to enhance chat response object
@CodeWellTech2 жыл бұрын
Will explain it in second part
@eudaldcatalunya2 жыл бұрын
@@CodeWellTech when are you going to release the second part? I’m very interested
@CodeWellTech2 жыл бұрын
Very soon I believe..will notify you
@CodeWellTech2 жыл бұрын
Here is Part 2: kzbin.info/www/bejne/Y2SwmHtja5qCd8k
@ayaourag31692 жыл бұрын
thanks for the video! can we integrate such chatbot into an angular project? if yes how can it be done please ?
@CodeWellTech2 жыл бұрын
For angular app...you can create such chatbot easier compare to Js.
@ayaourag31692 жыл бұрын
@@CodeWellTech so thankful for such a quickly response. right! in my case I already have an application developed with Angular, I want to add a custom chatbot to this application, so is it better to do it in Angular itself instead of opting for another technology and integrate it later?
@CodeWellTech2 жыл бұрын
Yes ...it's better develop in angular and it would be very easy if you are already familiar with angular.
@ayaourag31692 жыл бұрын
@@CodeWellTech thank you very much! I really appreciate your help 😊
@Velmsd07 Жыл бұрын
I am adding new response how can I get the result as attachment file or link
@CodeWellTech Жыл бұрын
May be depends on response you should create link using tag.
@tarunrawal2087 Жыл бұрын
I wanted to know like if i don't have fixed questions then how can i make the chat bot reply with the answers like if i want to make it to reply with the keywords in questions that it recognizes the keyword in the question and then give the answer so how can i do that please help
@CodeWellTech Жыл бұрын
Sorry for late reply. In real time you should be interesting chatbot with API which contains all the actions (questions) and responses
@shri08shrikant93 Жыл бұрын
@@CodeWellTech I'm created intent for "Branches " and bot is giving ans as what it saved but when I typed "Available branches " then it showing "something error ".....why? I'm creating this as college chatbot give me solution...
@vijayasri19282 жыл бұрын
Here which angular version is been used
@CodeWellTech2 жыл бұрын
I have used html css and JavaScript only.
@CodeWellTech2 жыл бұрын
For more details contact me on : m.facebook.com/codeweltechh
@CodeWellTech2 жыл бұрын
Here is Part 2: kzbin.info/www/bejne/Y2SwmHtja5qCd8k
@kutulloletageng10692 жыл бұрын
Thank you very much sir, it is working fine, so how can i make the chatbot responses to respond like Facebook or WhatsApp, in terms of the box size. When i have long chatbox response, the message comes in a long single line, and i do not want it like this, i will wait for your response sir
@CodeWellTech2 жыл бұрын
Check the width and provide overflow auto respective element.
@kutulloletageng10692 жыл бұрын
@@CodeWellTech Thank you sir
@ArunSingh-xl9bu Жыл бұрын
@@kutulloletageng1069 I am stuck on the same . How did you get this done ?
@travelus-d8d8 ай бұрын
Did you fix the problem,I have the same issue
@travelus-d8d8 ай бұрын
I add overflow auto in the css ,user-message, but didn t work
@mengjunwang86872 жыл бұрын
what is the data source of the bot?
@CodeWellTech2 жыл бұрын
It's a json file we create as of this video.
@mengjunwang86872 жыл бұрын
@@CodeWellTech Have you tried gpt2 based chat bot?