Activate Azure with Intelligent Apps. This solutions here proof of concepts to show how developers and architects can reimagine and add intelligent capabilities to enterprise applications using Azure Bot Framework and Cognitive Services.
Перейти к файлу
wandrille-hubert 4523fa9c49 Bugfix master (#87)
* PBI4 End Updates

PBI4 End Updates

* pbi4end fabrikam updates

* v4 update

v4 update

* updates and cleaning

* fix encoding issue

fix encoding issue
2019-10-17 10:47:36 -07:00
AdatumTaxCorpKnowledgeService Fix authorization format. Change url format. (#21) 2018-08-22 14:27:50 -07:00
AlpineSkiHouseHappinessMeter removed apikey value 2018-08-21 18:27:26 -07:00
ContosoHelpdeskChatBot Bugfix master (#87) 2019-10-17 10:47:36 -07:00
FabrikamInvestmentCustomerService bugfixes Feb2019Update_Fabrikam_SpeechAPIv1.3-botv4_master (#81) 2019-02-28 23:09:27 -08:00
WoodgroveBankEnhancedATMSecurity Bugfixes Feb2019Update_ContosoHelpdeskChatBot_master (#73) 2019-02-22 21:56:59 -08:00
.gitignore Feb2019Update_ContosoHelpdeskChatBot_PBI4 End Update to v4 (master) (#40) 2019-02-12 10:54:36 -08:00
LICENSE Initial commit 2017-11-21 17:07:02 -08:00
README.md reference to docs.microsoft.com migration guide 2019-03-05 14:51:01 -08:00

README.md

February 2019 Updates

Contoso Helpdesk Chat Bot

  • Bot framework migrated from version 3 to version 4.
    • new Bot class implementing IBot as entry point to bot service
    • switched from bot state service to in-proc in-memory cache
    • WaterfallDialog instead of FormFlow
    • Scorables replaced with new cancelation on turns
    • new .bot configuration file
  • NOTE: For migration approach that retains most compatibility with ASP.NET, refer to migration guide Migrate a .NET SDK v3 bot to v4

Fabrikam Investment Bank Customer Service

  • Bot framework mgirated from version 3 to version 4.
    • see above details in Contoso solution updates
  • Project Oxford migrated to Speech API version 1.3.
    • microphone client replaced with simple speech recognizer
    • LUIS now uses recognizer and switch case to map intents to actions

Activate Azure with Intelligent Apps

There are five proof of concept applications in this repo written to illustrate how to augment existing applications with Microsoft Cognitive Services and Bot Framework to add intelligence as well as using other services in the Azure platform.

Adatum Corporation Knowledge Service

  • Demonstrate how to enhance website to answer questions with natural language based on existing list of FAQ questions & answers.
  • Uses QnA Maker API & Azure SQL

Alpine Ski House Happiness Meter

  • Simple greetings app to evaluate the satisfaction of arriving visitors by analyzing their emotions.
  • Uses Emotion API

Contoso Helpdesk Chat Bot

  • Employee helpdesk solution to enable self-service app install, password reset and local admin elevation with a bot.
  • Uses Bot Framework (Email Channel) & Azure SQL

Fabrikam Investment Bank Customer Service

  • Customer facing bot for the account balance information inquiry through simulated Interactive Voice Response.
  • Uses Bot Framework (DirectLine Channel), LUIS & Speech API

Woodgrove Bank Enhanced ATM Security

  • Demonstration of an enhanced ATM authentication through face recognition API.
  • Uses Face API (REST) & Azure Blob Storage

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.