Need guideline to build Ai chatbot

I am a JS backend developer. Now I want to build Ai chatbot with JS ( python is also okay),
I need a proper guideline.
Thanks in advance

1 Like

Besides “building AI chatbot”, what sort of requirements do you have? I could say build an array with random messages that reply randomly to users would fit the bill, but odds are you want something more complex than that.

I recommend providing details as to what you want with as much detail as possible. Its possible the level of chatbot might not even be possible with current known methods (hello machine learning) or is already possible with existing API’s

You can take a glance at this>>

You can make a simple chtabot using node.js and web speech API.
Hope it’s useful.