Buttons and Payloads

While pressing buttons, the payload intents are printing along in the reply. I want to avoid that.

For example,

If there are 2 buttons “A” and “B”, and I press “B” which is associated with the intent “press_b” then after pressing the button the payload is also printed before the text

like:-
\press_b You have pressed B

I don’t want the payload to be printed at all. Please help. Thanks.

Where are you chatting with your Rasa bot? On the command line? Or somewhere else? Are you using interactive learning?

Hi. I figured the intents will always be printed and to avoid this we need to change the script at the UI end. There is no other way out.

We may close the issue now.

hello @anon34265023 , how did you fix it ?