Activates state if your bot has received any event. Useful if you don’t want to define exact event names.
Generates EventActivatorContext instance.
state("state1") {
activators {
anyEvent()
}
}
Please note that this activator has the minimal priority in your scenario. Even if you placed it on the top of scenario file.