Added Study Bot to Examples lists

Study Bot in C# is an example of the LUIS web app bot that integrates QnA Maker and Bing Spell Check, showing the code for the bot and these additional services, as well as using the bot inside a UWP app. This is unlike the other bot samples which don't offer other Cognitive Service integrations, so this expands the sample list capability choice for users.
This commit is contained in:
Winona Azure 2018-09-18 17:45:42 -07:00 коммит произвёл GitHub
Родитель 2856777cc2
Коммит e9defa1a27
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -34,6 +34,7 @@ Use the `Deploy to Azure` button to quickly create an Azure LUIS service. You ge
|[*Bot Integration sample - hotel finder](./bot-integration-samples/hotel-finder/) | ✔ | | ✔ ||||||
|[Bot Integration sample - HomeAutomation](./documentation-samples/tutorial-web-app-bot) | ✔ | | ✔ ||||||
|[Bot Integration sample - HomeAutomation & Application Insights](./documentation-samples/tutorial-web-app-bot-application-insights) | ✔ | | ✔ ||||||
|[Bot Integration sample - <br>Study Bot](https://github.com/Azure-Samples/cognitive-services-studybot-csharp) | ✔ | | ||||||
\* = example demonstrates complete cycle: create, train, publish, query
@ -62,6 +63,7 @@ Use the `Deploy to Azure` button to quickly create an Azure LUIS service. You ge
|[Bot Integration sample - hotel finder](./bot-integration-samples/hotel-finder/) |Bot Framework SDK, Create-Train-Publish-Query |
|[Bot Integration sample - HomeAutomation](./documentation-samples/tutorial-web-app-bot) |Web app bot |
|[Bot Integration sample - HomeAutomation & Application Insights](./documentation-samples/tutorial-web-app-bot-application-insights) |Web app bot, Application Insights |
|[Bot Integration sample - Study Bot](https://github.com/Azure-Samples/cognitive-services-studybot-csharp) | Web app bot that integrates QnA Maker and Bing Spell Check |
## Interactive app