How to remove serial number in categorical slots

Hi, I need help in categorical slots. I have some data in ‘tags’ like “Android”, “Python”, “Kubernetes”. When I run this code - dispatcher.utter_button_message("Please select a few tags", tags) It outputs like this -

1: Android
2: Python
3: Kubernetes

But I want like this:

Android
Python
Kubernetes

Hi @Mayankgbrc,

Is this when running the bot in the terminal? The button prompts are part of a third-party package questionary, so not configurable by default, although you can edit them here