How to ask additional question when the slot was not filled in form

I am trying to write a bot, which is able to ask some additional question nicely when the slot was not filled (entity was not recognized). What is the correct way of doing it?

By default, when a slot is requested but isn’t filled, the bot will ask the response is defined for that particular slot: utter_ask_<slot_name>. Does that work for you?