event_library#
The collection of preexisting events.
Events are functions embedded in Transition that, when called and return a True
value, trigger the transitions.
- besser.bot.library.event.event_library.auto(session, event_params)[source]#
This event always returns True.
- besser.bot.library.event.event_library.intent_matched(session, event_params)[source]#
This event checks if 2 intents are the same, used for intent matching checking.