My rasa

I want to have bot with slot-type as categorical, so in my domain file , I given slot and type as below

slots: cuisine: type: categorical values: - chinese - italian - north indian - south indian - mexican - american templates: utter_ask_cuisine: - text: “what kind of cuisine would you like?”

My Question is, can some one help me to get exactly what need to be done, in order to display these categorical values on the bot screen

If you want to do this you would have to write an utterance that lists these options