Hello there, I’m using rasa 3.0 and I am wondering how to call a form inside a custom action?
You can call it at the end, you can return the event FollowupAction:
return [FollowupAction('form')]
3 Likes
thanks