Built-in activators
morfeusys opened this issue · 1 comments
morfeusys commented
Let’s think about making CatchAllActivator, BaseEventActivator and RegexActivator built into the framework, enabling the user skip these activators from the list of BotEngine instance.
Denire commented
I like this idea. But also:
- I've never seen when user wanted to exclude these activators. Why make them default without option to skip them?
- What happens if we need to sort them in custom order? For example, when
BaseEventActivator
should be higher than any of IntentActivators? Skipping won't be an option.