Hi there,
I am using Forms and custom action for slot validation. When the Form is active and I type ‘hello’ (intent /greet) bot returns action_execution_rejected(1.0) and replies with utter_greet, without going back to Form. How can I make sure that bot follows logic of Form independent of user response/intent?
Thanks