Are you looking for an automated solution that would handle large call volumes and maintain zero wait-time for your customers?
This LUIS enabled solution could help create an intelligent Interactive Voice Response (IVR) application for automated customer interaction. I used Visual Studio, BOT Framework, Node.JS, JASON, CosmosDB, Azure SQL Database and Cortana Cognitive API to build this solution for a demo purpose.
--User initiates call
--Routes calls from Skype to the bot;
--Hosts the bot application, which manages logic and API calls;
-- NO SQL, stores bot state and event logs;
--Processes speech-to-text;
--Extracts intent and entities from text;
--Indexes the product catalog for product-query matching;
--Stores product and order data;
--Stores bot audio data for debugging