Posts

Showing posts with the label botframework

How to get a message using replytoId field in bot builder framework?

How to get a message using replytoId field in bot builder framework? I want to get unanswered questions asked by the user, so whenever a user asks such question the bot replies with a default msg and when I was looking at the emulator I found this { "type": "message", "text": "Sorry. I dont seem to have this information at the moment. Perhaps I can understand what you are asking if you change the keywords in your question.", "locale": "en-US", "localTimestamp": "2018-07-02T12:33:58+05:30", "from": { "id": "default-bot", "name": "Bot" }, "recipient": { "id": "default-user" }, "inputHint": "acceptingInput", "id": "lm3belfb22nd", "replyToId": "cdjlegbm3cni", "channelId": "emulator", "timestamp": "201...