Faced with a problem when using the Microsoft Bot Framework. I develop a bot that will run on Skype. I need create a hero card with two buttons (Yes/No), and send it to the user. I have to say, that use Microsoft Bot Framework API and Python (but language doesn't matter, I think). Use type - 'imBack' and value - string. When press the button, the message will appear in chat, with the value. This is bad for me. I want to hide a message from the user in this case is that it only received my skype bot. According to the documentation can be done. But I is not working for me.
Sending context with actions
It can be useful to send context back to your bot (e.g. a request ID) without showing this information to the user in a message. To do this you can append hidden XML to the visible string shown to the user, which is only seen by your bot.
Visible message <context hiddenId='10'/>
It is written in the documentation. I would be very grateful for the help.