I am trying to test the adaptive cards to generate a button click. I have a "Status" button in the adaptive card.
I tried the convo provided in the following sample
When I use the following convo #me BUTTON card Status
botium seem to ignore card and sends "card Status" as a text
Is this something to do with the directline connector ? how can i test the adaptive card inputs ?
"card" is not a magic word there. It could be (yes newline where missing):
How the buttons are handled, depends on your backend, you have to setup Botium correspondingly. You can read about it here.