4.0
I have a Adaptive card where we are dispalying some content and two Submit button as following:
"actions": [
{
"type": "Action.Submit",
"id": "yesid",
"title": "Yes",
"data": "Yes"
},
{
"type": "Action.Submit",
"id": "noid",
"title": "No",
"data": "No"
}
We tested our end and when ever we are clicking on Yes butoon , webchat is sending "Yes" as the string to the server:

But for some of the users when they click on yes button the webchat is sending some wierd message as following:

Because of the above our entire functionality get broken. Please elaborate.
Steps to reproduce the behavior:
[Bug]
@compulim could you take a look at this one?
@vikramdadwal I'm not able to reproduce this issue. What version of Web Chat are you using - there isn't a v4.0?
its 4.6.0
You can try clear cache at client side (user's machine) then it will resolve this problem.
It happens when we change/modify script used on BOT.
@vikramdadwal can you try @ankitvarmait's recommendation? I'll continue to investigate this.
@vikramdadwal Any more info you can provide? Were you able to try the recommendation?
Closing due to inactivity.
@corinagum we are still investigating this issue, so we are not ready to close it yet.
Closing due to inactivity.