Merge pull request #5 from Microsoft/benbrown-patch-2

Fix link to ai/docs
This commit is contained in:
Ben Brown 2019-05-06 09:57:50 -05:00 коммит произвёл GitHub
Родитель 65f7dd13eb b320b20916
Коммит 35209b7036
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -40,10 +40,10 @@ This page lists the latest updates to Bot Framework.
- SDK Channel adapters available [here][b1] - New platform adapters for Web chat, Slack, Webex, Facebook, Google Hangouts and Twilio SMS. Work with Bot Framework V4 SDK (JS only). Additional new adapters put together by the [BotBuilderCommunity][b2]
- [Bot Framework Skills](https://github.com/Microsoft/AI/docs)
- [Bot Framework Skills](https://github.com/Microsoft/AI/tree/master/docs#readme)
- Skills include language models, dialogs, and cards that can be reusable across bots. Examples include productivity (calendar, email and task productivity- powered by Microsoft Graph), industry (point of interest, and automotive), and custom.
- [Virtual Assistant Template](https://github.com/Microsoft/AI/docs)
- [Virtual Assistant Template](https://github.com/Microsoft/AI/tree/master/docs#readme)
- This template incorporates the previous Enterprise Template and brings together all of the best practices and supporting components identified through building advnaced assistant-like conversational experiences. It greatly simplifies the creation of a new bot project including: basic conversational intents, Dispatch integration, QnA Maker, Application Insights and an automated deployment.
- [Bot Framework Emulator](./README.md#Emulator-whats-new)