microsoft / botframework-sdk

Bot Framework provides the most comprehensive experience for building conversation applications.
MIT License
7.5k stars 2.44k forks source link

[Feature Request] Proactive messages support for Cortana Skills #2933

Closed nwhitmont closed 6 years ago

nwhitmont commented 7 years ago

Support proactive messages in Cortana channel.

robinsedlaczek commented 6 years ago

I was really confused when I was thinking it is a bug when activities cannot be sent to Cortana after a conversation ended. After discussion with the Azure Functions team, I found this ticket here. We would really appreciate this feature request.

gplumb commented 6 years ago

I take it that this hasn't been addressed yet? :-(

EricDahlvang commented 6 years ago

This is not yet supported by Cortana, but it is definitely on the radar.

gplumb commented 6 years ago

Hi Eric. Presumably its been on the radar since at least June 2017 ;-) How imminent is this (are we talking weeks or months)?

JasonSowers commented 6 years ago

We have no timeline at this time

cwhd commented 6 years ago

+1 requesting this feature

akanksha2812 commented 6 years ago

This will be a really useful feature. It would be good to know the timeline

manishrasrani commented 6 years ago

+1 This feature would be great to have for Cortana initiated conversations on interesting moments.

JasonSowers commented 6 years ago

Thank you for opening an issue against the Bot Framework SDK v3. As part of the Bot Framework v4 release, we’ve 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