I have a bot framework app in which I use the postback feature for some messages in order to send more details without appearing to the user. Everything works fine in Skype, but from Skype Web control messages are sent with only their title and not their value for postback. There is no ChannelData for that either.
The script I'm currently using is this one: https://swc.cdn.skype.com/sdk/v1/sdk.min.js
Hi, being the dialogAction() button just a postback with "?action" included, can you relate with my issue https://github.com/Microsoft/BotBuilder/issues/4210 ?
@brene Can you please look into this issue and assist.
@fms-santos hi I think your issue is the same as mine. Also that issue seems to be non-platform relative as it appears both in node.js and .net
@TheoSpyrou Indeed. The thing is, in my case, i do not want to show the response back to the user (like the imBack button does) so I'll wait for a fix. For now, I'm just using the Skype Channel and not the SWC version.
@TheoSpyrou did you find a fix for this issue?
@brene @fanidamj I encountered this issue as well. any news?
@amitbend unfortunely there isn't. Check my thread here : #4210
Thank you for opening an issue against the Bot Framework SDK v3. As part of the Bot Framework v4 release, we鈥檝e moved all v3 work to a new repo located at https://github.com/microsoft/botbuilder-v3. We will continue to support and offer maintenance updates to v3 via this new repo.
From now on, https://github.com/microsoft/botbuilder repo will be used as hub, with pointers to all the different SDK languages, tools and samples repos.
As part of this restructuring, we are closing all tickets in this repo.
For defects or feature requests, please create a new issue in the new Bot Framework v3 repo found here:
https://github.com/microsoft/botbuilder-v3/issues
For Azure Bot Service Channel specific defects or feature requests (e.g. Facebook, Twilio, Teams, Slack, etc.), please create a new issue in the new Bot Framework Channel repo found here:
https://github.com/microsoft/botframework-services/issues
For product behavior, how-to, or general understanding questions, please use Stackoverflow.
https://stackoverflow.com/search?q=bot+framework
Thank you.
The Bot Framework Team
Most helpful comment
@fms-santos hi I think your issue is the same as mine. Also that issue seems to be non-platform relative as it appears both in node.js and .net