Voice Enabled Bot in Teams

Atul Singh 51 Reputation points
2021-06-30T11:28:18.037+00:00

Is there a way in which a microsoft teams bot can interact with users using voice commands ? A speech getting converted to text in Teams bot and Bot can interpret that text using LUIS . But, does Microsoft teams have a way to get users voice ?

Azure Bot Service
Azure Bot Service
An Azure service that provides an integrated environment for bot development.
554 questions
Azure Speech
Azure Speech
An Azure service that integrates speech processing into apps and services.
812 questions
No comments
{count} votes

1 answer

Sort by: Most helpful
  1. YutongTie-MSFT 27,426 Reputation points
    2021-06-30T22:43:48.427+00:00

    Hello,

    There is not a direct way to enable bot in Team. But I have found some solutions and blogs which shows different scenario of Interactive Voice Response with bot, hope it helps.

    Scenario 1: Bots can interact with Teams calls and meetings using real-time voice, video, and screen sharing.
    https://learn.microsoft.com/en-us/microsoftteams/platform/bots/calls-and-meetings/calls-meetings-bots-overview

    Scenario 2: interactive voice response (IVR) application with a bot and custom machine-learning intelligence.
    https://learn.microsoft.com/en-us/microsoftteams/platform/bots/calls-and-meetings/calls-meetings-bots-overview
    interactive-voice-response-app-bot.png

    Scenario 3: Teams Information Bot
    https://blog.thoughtstuff.co.uk/2019/02/creating-a-microsoft-teams-ivr-bot-a-5-part-series/

    Regards,
    Yutong