microsoft / Power-CAT-Copilot-Studio-Kit

MIT License
62 stars 10 forks source link

Adaptive Card Validation Not Working #65

Open faizmodisweng opened 1 week ago

faizmodisweng commented 1 week ago

Scenario : Trying to validate Adaptive Card using Attachment type of Test

Actual Behavior : Getting result as "Error" each time, as always getting "No response" as Bot response.

Expected Behavior : The kit should be able to get the actual response which would be used to validate against the expected response provided.

Please let me know if any further information is required, thank you.

psimolin commented 1 week ago

Are you getting the correct response from the bot if you test from within the copilot studio or demo site? Are you getting any responses from the bot when testing with the kit (e.g. just any response match test). Have you published the bot after making the changes?

faizmodisweng commented 1 week ago
  1. I am getting the correct response from bot from copilot studio and from demo site.

  2. With response match and topic match also I am getting proper response when testing with the kit.

  3. I have published the bot after making the changes.

To understand the behavior further, I had also tried by sending a message (as bot response) before the adaptive card, so that message was getting captured in the expected response while testing using the kit.

But when I am trying to return adaptive card directly as response to the utterances, I am getting results in the bot but not in the kit.

Please do let me know if any further information is required from my end.

Thank You.