Hey friends. I am new to the framework but I wonder about one thing. I would like to use the framework in combination with Telegram behind my own account, answering messages for specific contexts but not answering to everything.
Is there a setting I can activate or a boolean I can switch such that the framework does not answer to everything, but answering to all messages where it is x% sure about that a message “deserves” a special answer.
One example would be a bot only answering to greetings, goodbyes and questions about current feeling. So one dialogue would be:
- Hello my friend, I hope you are alright -> Hello
- How are you today? -> Great, thank you
- Can you help my solving that highly complex programming question? #Bot doesn’t answer anything because it is not part of any predefined routine
- Thank you! Good bye, have a great day -> see you!
So it answers to 1, 2 and 4 because it was obvious what to answer with, but 3 would not fit into anything. The current behaviour is that the bot tries to fit this into the other three and probably answers with one of them.
Thanks in advance for any answer!