Recently, I visited a website, and while surfing through it, the website's chatbot caught my attention. I had been looking for a new project to wor...
For further actions, you may consider blocking this person and/or reporting abuse
Not to be blunt, but that is NOT how one should implement a BOT. This is just a program that generates predefined responses. A bot, on the other hand needs to understand context (of previous messages) and formulate new answers.
I understand, the plan here was to create something which exhibits some behaviours of a bot.
Nice first post, I agree with Nithin, this is too simple for calling it a "chatbot". But it's a good start, and you can look into RASA as a backend which is open source and helps you build a real bot. Or something like dialogflow 😊
Thanks a lot. I'll try it out then.
hi, maybe you could try to combine the bot with this rasa.com/
it's a great framework. and it's fun to use.
Thanks, I'll try it out.
Hearing 'vanilla' in JS ecosystem in 2021 is as rare as hen's teeth 😃😃
Good job on this 😃😃
Haha, thanks Madza.
I'm just a beginner, eventually I'll get better.
Nice but i guess bots are supposed to be AI based
This is a form of AI. Rudimentary, but still AI is just code. The more complex it is, the more intelligent it appears.
I think a fun way to hone your skills, would be to create the animals game in javascript.
See ulisp.com/show?1LKX
Useful tips for building basic stuff!