botbuilder-python icon indicating copy to clipboard operation
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...

Results 211 botbuilder-python issues
Sort by recently updated
recently updated
newest added

## Version main ## Describe the bug [channels.py](https://github.com/microsoft/botbuilder-python/blob/main/libraries/botframework-connector/botframework/connector/channels.py) is missing Direct Line Speech, Test, and Twilio. These should be added for parity with [.NET](https://github.com/microsoft/botbuilder-dotnet/blob/main/libraries/Microsoft.Bot.Connector/Channels.cs) and [Node](https://github.com/microsoft/botbuilder-js/blob/main/libraries/botframework-schema/src/index.ts#L1911-L1939). Once these are added,...

bug
ExemptFromDailyDRIReport
needs-triage
parity
Area: SDK

@microsoftopensource It was mentioned in the issue [https://github.com/microsoft/botbuilder-python/issues/1863](https://github.com/MicrosoftDocs/bot-docs/issues/1863) that Direct Line App Service Extension for python SDK is planned. Can we know any updates on that please?

needs-triage
feature-request

requirements.txt azure-eventgrid>=4.0.0 botbuilder-integration-aiohttp>=4.14.0 ERROR: Cannot install -r requirements.txt (line 1) and botbuilder-schema==4.14.0 because these package versions have conflicting dependencies. The conflict is caused by: azure-eventgrid 4.0.0 depends on msrest>=0.6.19 botbuilder-schema...

The changes in [use correct header schema for BeginSkill (#5767)](https://github.com/microsoft/botbuilder-dotnet/pull/5767) may need to be ported to maintain parity with `microsoft/botbuilder-dotnet`. refs microsoft/botframework-composer#8253 ## Description Nests header specific configuration in a...

ExemptFromDailyDRIReport
needs-triage
parity

…dispatch example to get API response Fixes # Unlike V2, when working with nlp-with-dispatch with V3 it throwed error of not having the key luisResult in recognizer_result.properties. Though we passed...

### 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.** A clear and concise description of what the...

customer-reported
Bot Services
customer-replied-to
Area: Custom adapters
needs-triage
feature-request

The changes in [Update TeamsInfo to support CloudAdapter (#5728)](https://github.com/microsoft/botbuilder-dotnet/pull/5728) may need to be ported to maintain parity with `microsoft/botbuilder-dotnet`. fixes #5685 Please review and, if necessary, port the changes.

ExemptFromDailyDRIReport
needs-triage
parity

Not all C# overload equivalents are supported in Python. This needs some analysis on whether we should defer to CloudAdpater usage and deprecate. See #1709

needs-triage
parity
Area: SDK

The changes in [add create conversation to CloudAdapter (#5562)](https://github.com/microsoft/botbuilder-dotnet/pull/5562) may need to be ported to maintain parity with `microsoft/botbuilder-dotnet`. Fixes #5488 Also updates the abstract class to avoid casts in...

ExemptFromDailyDRIReport
needs-triage
parity
Area: SDK

**Is your feature request related to a problem? Please describe.** To have better performance the bot service would like to enable the per-conversation affinity when routing the requests to the...

Area: Skills
needs-triage
feature-request
parity