Hi, does anyone know how to send message with clicked button to chatbot via POST http://localhost:5000/webhooks/rest/webhook so that intent will be determined on the basis of picked button?
Example:
User can pick one of two buttons:
yes
no
Where should I insert data about which button was picked in this json?