condition_functions#
The collection of preexisting condition functions.
Functions embedded in Condition
that, when called and return a True
value, trigger the transitions.
- besser.agent.library.transition.condition_functions.file_type(session, params)[source]#
This function only returns True if a user sent a file of an allowed type.
- besser.agent.library.transition.condition_functions.intent_matched(session, params)[source]#
This function checks if 2 intents are the same, used for intent matching checking.