How to make rasa core to allow only selected slots

Let say I have a slot risk_level and added in this manner in domain.yml file. I also defined some of the stories for this slot and values. What should I do so that rasacore gives default intent if slot value comes like-hot. Any help would be appreciated.

slots: risk_level: type: categorical values: - low - medium - high