Trigger action on form slot fill

I am trying to trigger an action before utter_ask_slot when the user answers a question for a slot in a form. Is there a way to achieve that ?

Thanks

Hi @agrawal-mohit you would have to modify the request_next_slot to perform something before the utter_ask_slot question is asked. However, calling an action from there won’t work. You can just directly call the API from there if you wanted to.