can we make bots question be from actions instade of domain file while we are doing form filling?..is it possible?
Hi @faiza_conte
Instead of the utter_ask_...
action, you can use a custom action for forms, yes, as described here: Forms
Hope that helps
i did action_ask_slotname but i get errors…the form jumps the question from action and move to the utter actions
It looks like you forgot to import EventType
. I think it should be from rasa-sdk.events import EventType
, but this depends a bit on what version of Rasa you’re using.