BESSER-Bot-Framework
BESSER-Bot-Framework copied to clipboard
Design and implement chatbots in Python
Currently, global states only allow linear conversations to take place. In case of branching (e.g. 1 state with 2 different transitions), the global state will act arbitrarily. Goal: Global states...
This base entity is not implemented. It is a challenging implementation since it must match any text fragment following a training sentence pattern. Examples: ANY is my name My name...
In light of adding a speech2text component (see #25 and #39), in might also be interesting to add the possibility to specify multiple speech2text models based on the chosen language....
Currently, when sending a voice message, the user will only receive the bot's answer. Yet, the user is not aware of how their message got transcribed. It might be helpful...
I'd like to propose some ideas of (specific) events that could cause a jump to another state which I feel might be helpful: - [ ] 1. Intent but no...
Add some timeout exception to skip this part if it cannot be downloaded for whatever reason