Rasa buttons

Hi, I am creating a chat bot scheduler. I used rasa buttons for getting some user inputs, but I don’t want to show the payload on my screen. What should I do?

hi @ASR - which channel is your chatbot on? Are you just using the Rasa X interface or are you connected to Messenger, slack?

I am facing similar issue. I am using Rasa X interface. I have a intent named get_customer_balance as payload to one of the buttons. When the user clicks the button, it renders “/get_customer_balance” on the screen. Instead I want to display the title of the button which is “customer balance”. Please help. Thanks!