If my_location slot has no value it need to trigger utter_show_my_location_absent and than trigger utter_ask_location, if value is present (it is a categorical slot) bot need to run action_location_search
I use rasa 1.3.9 version
Here is my config.yml:
Sorry for the late response. How does your training data look like? Do you have both cases in your stories? In theory the bot should be able to distinguish between the two cases.