You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
I use web-adapter, but I don't use Botkit's dialog building functionality.
Quick replies works for me using bot.reply, so this must be a bug of conversation code, not adapter code.
Are you sure this is an issue with the Botkit core module?
It's an issue with the web-adapter module, if I'm reading it correctly.
What are you trying to achieve or the steps to reproduce?
I'm trying to get quick replies working on the web. I'm using the following (on the latest botkit version):
What was the result you received?
On the client I only receive
What did you expect?
A message along with the possible quick replies.
Is this function stripping out all data but the message?
https://github.com/howdyai/botkit/blob/master/packages/botbuilder-adapter-web/src/web_adapter.ts#L170
Context:
The text was updated successfully, but these errors were encountered: