Activates state if a NLU service has recognised any intent. Useful if you don’t want to define exact intent names.

Generates an instance of IntentActivatorContext depending on the particular NLU service that has recognised an intent.

state("state1") {
    activators {
        anyIntent()
    }
}

Please note that this activator has the minimal priority in your scenario. Even if you placed it on the top of scenario file.