Skip to content

Commit bd7f72f

Browse files
authored
Update README.md (#6296)
1 parent 618ff32 commit bd7f72f

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ The Bot Framework SDK v4 is an [open source SDK][1a] that enable developers to m
2020

2121
| | C# | JS | Python | Java |
2222
|---|:---:|:---:|:------:|:-----:|
23-
|Stable Release |[packages][1] | [packages][2] | [packages][3] | [4.6.0 (preview6)][3a]|
24-
|Docs | [docs][5] |[docs][5] |[docs][5] | |
25-
|Samples |[.NET Core][6], [WebAPI][10] |[Node.js][7] , [TypeScript][8], [es6][9] | [Python][111] | |
23+
|Stable Release |[packages][1] | [packages][2] | [packages][3] | [packages][3a]|
24+
|Docs | [docs][5] |[docs][5] |[docs][5] |[docs][5] |
25+
|Samples |[.NET Core][6], [WebAPI][10] |[Node.js][7] , [TypeScript][8], [es6][9] | [Python][111] | [Java][112] |
2626

2727
[1a]:https://github.com/microsoft/botframework-sdk/#readme
2828
[1]:https://github.com/Microsoft/botbuilder-dotnet/#packages
2929
[2]:https://github.com/Microsoft/botbuilder-js#packages
3030
[3]:https://github.com/microsoft/botbuilder-python/#packages
31-
[3a]:https://github.com/microsoft/botbuilder-java/blob/4.6-preview6/README.md
31+
[3a]:https://github.com/microsoft/botbuilder-java/#packages
3232
[4]:https://github.com/Microsoft/botbuilder-java#packages
3333
[5]:https://docs.microsoft.com/en-us/azure/bot-service/?view=azure-bot-service-4.0
3434
[6]:https://github.com/Microsoft/BotBuilder-Samples/tree/main/samples/csharp_dotnetcore
@@ -37,13 +37,7 @@ The Bot Framework SDK v4 is an [open source SDK][1a] that enable developers to m
3737
[9]:https://github.com/Microsoft/BotBuilder-Samples/tree/main/samples/javascript_es6
3838
[10]:https://github.com/Microsoft/BotBuilder-Samples/tree/main/samples/csharp_webapi
3939
[111]:https://github.com/microsoft/BotBuilder-Samples/tree/main/samples/python
40-
41-
<a name="V4-whats-new"></a>
42-
### Current Bot Framework SDK v4 preview features
43-
44-
- [Dialog Generation][40] :: The Bot Framework has a rich collection of conversational building blocks, but creating a bot that feels natural to converse with requires understanding and coordinating across language understanding, language generation and dialog management. To simplify this process and capture best practices, we've created the bf-generate plugin for the Bot Framework CLI tool. The generated dialogs make use of event-driven adaptive dialogs with a rich and evolving set of capabilities.
45-
46-
[40]:https://github.com/microsoft/BotBuilder-Samples/tree/main/experimental/generation#readme
40+
[112]: https://github.com/microsoft/BotBuilder-Samples/tree/main/samples/java_springboot
4741

4842
## Channels and Adapters
4943
There are two ways to connect your bot to a client experience:

0 commit comments

Comments
 (0)