Answer the question
In order to leave comments, you need to log in
What is your advice on chatbot architecture?
Hello comrades! :)
Need your advice.
I am making a chat bot, as long as there is only a minimal preparation. Something like:
bot.listen();
bot.on('event', (event) => {
switch(event.type) {
case 'type1':
type1EventHandler(event);
break;
// ...
default:
defaultEventHandler();
}
});
Answer the question
In order to leave comments, you need to log in
You write that you analyzed similar solutions on github, none of the solutions suited you for a number of reasons. Based on your statement, we can conclude that you already have an understanding of how it should work and a representation of the architecture. But at the same time, for some sacred reason, you do not want to write your decision. A reasonable question arises, what exactly do you hope to see in the answers? Ready copypasta?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question