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...
The changes in [Add parameter validation to PasswordServiceClientCredentialFactory.CreateCredentialAsync (#5730)](https://github.com/microsoft/botbuilder-dotnet/pull/5730) may need to be ported to maintain parity with `microsoft/botbuilder-dotnet`. Fixes #5591 Please review and, if necessary, port the changes.
The changes in [Fix: add cache for luis recognizer result to avoid extra requests (#5683)](https://github.com/microsoft/botbuilder-dotnet/pull/5683) may need to be ported to maintain parity with `microsoft/botbuilder-dotnet`. closes #5593 In order to...
> Port this change from botbuilder-dotnet/master branch: https://github.com/microsoft/botbuilder-dotnet/pull/4129 Fixes #4117 ## Description Luis Recognizer returns an intent of string.empty with a perfect score of 1.0. This messes up logic downstream...
See [parent](https://github.com/microsoft/botframework-sdk/issues/6255)
## Version latest ## Describe the bug If an exception occurs when a skill calls the skill host, the content type header is text/plain when it should be application/json ##...
The changes in [Make sure "turn.locale" is correctly set in TurnContext, enabling locale can be changed during runtime (#5019)](https://github.com/microsoft/botbuilder-dotnet/pull/5019) may need to be ported to maintain parity with `microsoft/botbuilder-dotnet`. Closes:...
The changes in [move allowed callers and skill conversation factory (#5286)](https://github.com/microsoft/botbuilder-dotnet/pull/5286) may need to be ported to maintain parity with `microsoft/botbuilder-dotnet`. Moving a couple of classes out of adaptive runtime...
The changes in [remove references to TrustServiceUrl (#5157)](https://github.com/microsoft/botbuilder-dotnet/pull/5157) may need to be ported to maintain parity with `microsoft/botbuilder-dotnet`. Fixes #4833 Remove the references to this code that was made redundant...
The changes in [add TelemetryClient to Dialog used in RunAsync (#5332)](https://github.com/microsoft/botbuilder-dotnet/pull/5332) may need to be ported to maintain parity with `microsoft/botbuilder-dotnet`. Fixes #5329 Please review and, if necessary, port the...
The changes in [Localization: fix bugs around inconsistent locale + first step to centralize locale resolution (#5218)](https://github.com/microsoft/botbuilder-dotnet/pull/5218) may need to be ported to maintain parity with `microsoft/botbuilder-dotnet`. Fixes #5101 ##...