Is it possible to make a personal IVR system using Microsoft Tools?

Prabhakaran Karuppaih 1 Reputation point
2020-04-24T14:01:30.3+00:00

I just want the following things to Happen:

Sandy calls my Mobile Number:

My mobile welcome Him by the following Greet:

"Welcome to Prabhakaran's Personal Interactive Voice Response system"

"If you are an HR press 1"
"If it's a Marketing call press 2"

Like the above, I want many branches to add..

My Question is whether is this possible with Microsoft Tools. I heard that there is framework called MicrosoftBotFrame. Will that tool suffice for the current requirements? If not any other Microsoft tools are available?

If not possible with a regular Vodafone kind of operators, I am even ready to get a Skype Number wherever it is cheapest in the world.

There is a tool called Asterisk is there on Asterisk.org but it is completely Linux based. I am an absolute Microsoft Man. That's why searching here.

Hope we can...

With Hope,
Shafty

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,287 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Kayla Brown 6 Reputation points
    2020-04-25T10:16:33.037+00:00

    Yes it is possible to make a personal IVR system. The Cortana Intelligence Suite provides advanced analytics tools backed by Microsoft's Azure cloud platforms—data ingestion, data storage, data processing and advanced analytics components—all of the essential elements for building an automated IVR solution. It is deployed using the fully integrated service stack that manages speech requests via Skype and the Microsoft Bot Framework. You will need an Azure subscription.
    Here's a short description of how the system works

    AI and NLP Azure Services
    Bing Speech transcribes raw speech data into text form
    LUIS (Language Understanding Intelligent Service) identifies caller intent (place an order, find an order, etc.) and spoken entities (product categories, dates, times, etc.) from the transcribed text.
    Azure Cognitive Search matches and ranks products from the inventory against the caller's description and applies advanced text analysis for common synonyms.
    Microsoft Bot Framework processes conversation results from the caller and manages the call workflow.

    These are the supporting Azure Services
    Azure Web App hosts the core logic of the bot as a Node.js web app.
    Cosmos DB stores shared session state for every conversation, allowing the web application to scale out in a stateless architecture.
    Azure SQL stores product inventory and order status.

    0 comments No comments