Reputation: 761
I am developing a bot using MS bot framework and going to integrate with MS teams. but I have a challenge enabling voice commands for this bot via MS teams.
even though bot emulator has a little mice button, but it also cannot use for send voice commands
is it possible to do this with MS team? I couldn't able to find any documentation regarding this. I am using NodeJS for this project.
Upvotes: 5
Views: 1513
Reputation: 14619
Initial response (April 2018): The only channels where Speech is supported are Webchat, the DirectLine channel, and Cortana
Reference: here on Microsoft's Bot Framework Team blog
The Bot Framework now supports speech as a method of interacting with the bot across Webchat, the DirectLine channel, and Cortana
Updated (Feb 2019) : See Bill answer below, there is also now a preview for voice and video for Teams channel
Upvotes: 6
Reputation: 3591
Support for voice and video bots is now in technical preview. Please see these links for more information:
Upvotes: 4