How to display the text instead of payload on the inbound message in Web chatbot?
I created a response command in webchatbot.
The configuration has Response type: Menu and added two menu items Yes and No. The Yes is configured with response "OfficeHours" No is configured with "Reject".
From the preview console, when I click on Yes, The inbound message displayed is "OfficeHours" instead of Yes.
Can this be changed to display the "Yes"/"No" instead of configured values?