This commit is contained in:
Kamran Iqbal 2019-10-22 11:12:15 -07:00 коммит произвёл GitHub
Родитель 5a4c05e085
Коммит 0db59f0ecd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -24,10 +24,9 @@ The Bot Framework SDK v4 is an [open source SDK][1a] that enable developers to m
<a name="V4-whats-new"></a>
### Microsoft Teams support (GA)
### Bot Framework SDK for Microsoft Teams (GA)
Microsoft Teams support | [docs][00] | [C# sample][00] | [JS sample][00] :: Build and connect intelligent bots to interact with Microsoft Teams users naturally through chat. The Bot Framework SDK v4.6 release adds native support for building Teams bots allowing users to bring bots into their channel or group chat conversations. By adding a bot to a team or chat, all users of the conversation can take advantage of the bot functionality right in the conversation.
### Adaptive Dialog (Preview)
- [Adaptive Dialog][47] | [docs][48] | [C# samples][49] :: Adaptive Dialogs enable developers to build conversations that can be dynamically changed as the conversation progresses.
- Adaptive dialog now includes trigger to action pairs, recognizer, and generator. This makes every adaptive dialog self-contained and easy to compose.