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...
## Describe the bug The content of the attachment for the O365 card is not getting properly serialized with the WaterfallSkillBot Python and expect replies delivery mode. While in Normal...
The changes in [Settings scope: support backward compat setting scope, remove ComponentRegistration in DialogStateManager (#5397)](https://github.com/microsoft/botbuilder-dotnet/pull/5397) may need to be ported to maintain parity with `microsoft/botbuilder-dotnet`. SettingsScope was not working in...
The changes in [pass through StateConfiguration in DialogManager (#5440)](https://github.com/microsoft/botbuilder-dotnet/pull/5440) may need to be ported to maintain parity with `microsoft/botbuilder-dotnet`. Fixes #5431 Please review and, if necessary, port the changes.
The changes in [Update to ensure ContinueConversationAsync works with an empty AppId (#5515)](https://github.com/microsoft/botbuilder-dotnet/pull/5515) may need to be ported to maintain parity with `microsoft/botbuilder-dotnet`. Fixes #5491 ## Description Removes the null...
## Version 4.13 ## Describe the bug Python [ConversationIdFactoryBase](https://github.com/microsoft/botbuilder-python/blob/main/libraries/botbuilder-core/botbuilder/core/skills/conversation_id_factory.py#L11) class and file should be renamed to `SkillConversationIdFactoryBase` and `skill_conversation_id_factory_base.py` like its counterparts in [DotNet](https://github.com/microsoft/botbuilder-dotnet/blob/main/libraries/Microsoft.Bot.Builder/Skills/SkillConversationIdFactoryBase.cs#L14), [JavaScript](https://github.com/microsoft/botbuilder-js/blob/main/libraries/botbuilder-core/src/skills/skillConversationIdFactoryBase.ts#L16) and [Java](https://github.com/microsoft/botbuilder-java/blob/main/libraries/bot-builder/src/main/java/com/microsoft/bot/builder/skills/SkillConversationIdFactoryBase.java#L16) to maintain parity...
The changes in [fix: remove Cortana from Channels enum (#3730)](https://github.com/microsoft/botbuilder-js/pull/3730) may need to be ported to maintain parity with `microsoft/botbuilder-js`. > Fixes microsoft/botbuilder-js#3603 > > Targeting `cloud-adapter` to avoid future...
The changes in [Fix first activity from bot to user has fake replyToId value (#5313)](https://github.com/microsoft/botbuilder-dotnet/pull/5313) may need to be ported to maintain parity with `microsoft/botbuilder-dotnet`. Fixes #5310 ## Description When...
See [parent](https://github.com/microsoft/botframework-sdk/issues/6306)
Fixes #1548 ## Description Most of the changes are ports from the dotnet code. This PR is required to handle Slack actions (such as clicking on buttons) properly. Moreover, there...
**Is your feature request related to a problem? Please describe.** I notice time and again that QnAmaker tends to be... a bit slow for my tastes, especially in the small...