botbuilder-python
botbuilder-python copied to clipboard
The Microsoft Bot Framework provides what you need to build and connect intelligent bots that interact naturally wherever your users are talking, from text/sms to Skype, Slack, Office 365 mail and oth...
### Use this [query](https://github.com/Microsoft/botbuilder-python/issues?q=is%3Aissue+is%3Aopen++label%3Afeature-request+) to search for the most popular feature requests. **Is your feature request related to a problem? Please describe.** I'm working on building a chatbot for Azure...
## Version What package version of the SDK are you using. 4.14.1 ## Describe the bug Constructing a new TurnContext from an existing TurnContext doesn't create a valid copy. Consider...
I am trying to create a Bot builder adapter for Twilio WhatsApp there is conflict **The conflict is caused by:  **Describe the solution you'd like** Request upgrade PyJWT version....
**Is your feature request related to a problem? Please describe.** difficult to debug because botbuilder classes are not python-friendly **Describe the solution you'd like** it is common practice in python...
The changes in [Add "omnichannel" to Channels (#5891)](https://github.com/microsoft/botbuilder-dotnet/pull/5891) may need to be ported to maintain parity with `microsoft/botbuilder-dotnet`. Fixes #5886 Please review and, if necessary, port the changes.
Fixes #1752 FIxes #1750 Fixes #1709
The changes in [Managed Identity (MSI) + Single Tenant support for Bot apps (#5829)](https://github.com/microsoft/botbuilder-dotnet/pull/5829) may need to be ported to maintain parity with `microsoft/botbuilder-dotnet`. Fixes #5830 ## Description - Enable...
The changes in [Increase timeout for TranscriptStoreBaseTests.GetPagedResultAsync (#5823)](https://github.com/microsoft/botbuilder-dotnet/pull/5823) may need to be ported to maintain parity with `microsoft/botbuilder-dotnet`. Fixes https://github.com/microsoft/botbuilder-dotnet/issues/5801 Please review and, if necessary, port the changes.
The changes in [Make Multi-language recognizer case-insensitive (#5811)](https://github.com/microsoft/botbuilder-dotnet/pull/5811) may need to be ported to maintain parity with `microsoft/botbuilder-dotnet`. Fixes #5479 ## Description Change MultiLanguageRecognizer to case insensitive Please review and,...
Port https://github.com/microsoft/botbuilder-js/pull/2534 to Python