microsoft / BotFramework-WeChat

WeChat Adapter for BotFramework
MIT License
64 stars 23 forks source link

MessageMenu Id is not correct #47

Closed youyu16 closed 4 years ago

youyu16 commented 4 years ago

Receive id not correct when try using user click the Satisfied button.

{
    "head_content": "Are you satisfied with this service?",
    "list": [{
            "id": "101_teststring",
            "content": "Satisfied"
        },
        {
            "id": "102_teststring",
            "content": "NotSatisfied"
        }
    ],
    "tail_content": "You are welcome to come back again."
}