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

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

@ -50,6 +50,11 @@ The Bot Framework SDK v4 is an [open source SDK][1a] that enable developers to m
<a name="V4-whats-new"></a>
### Bot Framework SDK v4 (v4.6 GA)
- Microsoft Teams support | [docs] | [C# sample] | [JS sample] :: Bot Framework SDK v4.6 adds native support for building Teams bots so that you don't have to install Teams extensions to develop bots. A bot behaves differently depending on what kind of conversation it is involved in. Bots in Teams support several kinds of conversations:
- `teams`: Also called channel conversations
- `personal`: Conversations between a bot and a single user
- `groupChat`: A conversation between a bot and 2 or more users
<< UPDATE SECTION >>
### The Bot Framework SDK v4 - (version 4.7 preview)