You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains code for the Python version of the [Microsoft Bot Builder SDK](https://github.com/Microsoft/botbuilder). The Bot Builder SDK v4 is the latest SDK for building bot applications. This Python version is in **Preview** state and is being actively developed.
10
+
This repository contains code for the Python version of the [Microsoft Bot Framework SDK](https://github.com/Microsoft/botbuilder). The Bot Framework SDK v4 enables developers to model conversation and build sophisticated bot applications using Python. This Python version is in **Preview** state and is being actively developed.
11
+
12
+
This repo is part the [Microsoft Bot Framework](https://github.com/Microsoft/botframework) - a comprehensive framework for building enterprise-grade conversational AI experiences.
9
13
10
14
In addition to the Python SDK, Bot Builder supports creating bots in other popular programming languages like [.Net SDK](https://github.com/Microsoft/botbuilder-dotnet), [JavaScript](https://github.com/Microsoft/botbuilder-js), and [Java](https://github.com/Microsoft/botbuilder-java). Production bots should be developed using the JavaScript or .Net SDKs.
11
15
@@ -18,30 +22,17 @@ To get started see the [Azure Bot Service Documentation](https://docs.microsoft.
This project welcomes contributions and suggestions. Most contributions require you to agree to a
25
+
This project welcomes contributions and suggestions. Most contributions require you to agree to a
23
26
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
24
27
the rights to use your contribution. For details, visit https://cla.microsoft.com.
25
-
26
28
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
27
29
a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
28
30
provided by the bot. You will only need to do this once across all repos using our CLA.
29
-
30
31
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
31
32
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
32
33
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
33
34
34
35
## Reporting Security Issues
35
-
36
-
Security issues and bugs should be reported privately, via email, to the Microsoft Security
37
-
Response Center (MSRC) at [secure@microsoft.com](mailto:secure@microsoft.com). You should
38
-
receive a response within 24 hours. If for some reason you do not, please follow up via
39
-
email to ensure we received your original message. Further information, including the
40
-
[MSRC PGP](https://technet.microsoft.com/en-us/security/dn606155) key, can be found in
41
-
the [Security TechCenter](https://technet.microsoft.com/en-us/security/default).
42
-
43
-
## License
36
+
Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) at [secure@microsoft.com](mailto:secure@microsoft.com). You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the [MSRC PGP](https://technet.microsoft.com/en-us/security/dn606155) key, can be found in the [Security TechCenter](https://technet.microsoft.com/en-us/security/default).
44
37
45
38
Copyright (c) Microsoft Corporation. All rights reserved.
46
-
47
-
Licensed under the [MIT](https://github.com/Microsoft/vscode/blob/master/LICENSE.txt) License.
0 commit comments