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
{{ message }}
This repository was archived by the owner on Dec 4, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# 
2
2
3
-
This repository contains code for the Java version (currently in preview) of the [Microsoft Bot Framework SDK](https://github.com/Microsoft/botframework-sdk), which is part of the Microsoft Bot Framework - a comprehensive framework for building enterprise-grade conversational AI experiences.
3
+
This repository contains code for the Java version (currently in preview) of the [Microsoft Bot Framework SDK](https://github.com/Microsoft/botframework-sdk), which is part of the Microsoft Bot Framework - a comprehensive framework for building enterprise-grade conversational AI experiences.
4
4
5
5
This SDK enables developers to model conversation and build sophisticated bot applications using JavaScript. SDKs for [.NET](https://github.com/Microsoft/botbuilder-dotnet), [Python](https://github.com/Microsoft/botbuilder-python) and [JavaScript](https://github.com/Microsoft/botbuilder-js) are also available.
6
6
@@ -18,7 +18,7 @@ For more information jump to a section below.
18
18
19
19
| Branch | Description | Build Status | Coverage Status |
To get started building bots using the SDK, see the [Azure Bot Service Documentation](https://docs.microsoft.com/en-us/azure/bot-service/?view=azure-bot-service-4.0).
@@ -81,12 +81,12 @@ CheckStyle is available in different flavours:
81
81
Below are the various channels that are available to you for obtaining support and providing feedback. Please pay carful attention to which channel should be used for which type of content. e.g. general "how do I..." questions should be asked on Stack Overflow, Twitter or Gitter, with GitHub issues being for feature requests and bug reports.
82
82
83
83
### Github issues
84
-
[Github issues](https://github.com/Microsoft/botbuilder-python/issues) should be used for bugs and feature requests.
84
+
[Github issues](https://github.com/Microsoft/botbuilder-python/issues) should be used for bugs and feature requests.
85
85
86
86
### Stack overflow
87
87
[Stack Overflow](https://stackoverflow.com/questions/tagged/botframework) is a great place for getting high-quality answers. Our support team, as well as many of our community members are already on Stack Overflow providing answers to 'how-to' questions.
88
88
89
-
### Azure Support
89
+
### Azure Support
90
90
If you issues relates to [Azure Bot Service](https://azure.microsoft.com/en-gb/services/bot-service/), you can take advantage of the available [Azure support options](https://azure.microsoft.com/en-us/support/options/).
91
91
92
92
### Twitter
@@ -98,15 +98,15 @@ The [Gitter Channel](https://gitter.im/Microsoft/BotBuilder) provides a place wh
98
98
## Contributing and our code of conduct
99
99
We welcome contributions and suggestions. Please see our [contributing guidelines](./contributing.md) for more information.
100
100
101
-
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
101
+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
102
102
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact
103
103
[opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
104
104
105
105
## Reporting Security Issues
106
-
Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC)
106
+
Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC)
107
107
at [secure@microsoft.com](mailto:secure@microsoft.com). You should receive a response within 24 hours. If for some
108
-
reason you do not, please follow up via email to ensure we received your original message. Further information,
109
-
including the [MSRC PGP](https://technet.microsoft.com/en-us/security/dn606155) key, can be found in the
108
+
reason you do not, please follow up via email to ensure we received your original message. Further information,
109
+
including the [MSRC PGP](https://technet.microsoft.com/en-us/security/dn606155) key, can be found in the
0 commit comments