botframework-sdk icon indicating copy to clipboard operation
botframework-sdk copied to clipboard

Bot Framework provides the most comprehensive experience for building conversation applications.

Results 202 botframework-sdk issues
Sort by recently updated
recently updated
newest added

Hi all I have a problem on a project i’m working on at the moment, for security reasons I cannot share detailed information, but it’s a marketing chatbot. Our project...

In Bot Framework Python SDK v4.15.1, StreamingResponse.stream_id is only assigned for text-based responses. For attachment-only messages like charts or Adaptive Cards, the field is None, preventing the partner from linking...

## Problem Summary I've successfully created and deployed an Azure Bot Framework bot that works in Web Chat, but I cannot figure out how to actually use it in GroupMe...

Updated the README to reflect the archive notice of the Bot Framework SDK and provide information on alternatives.

When using the Teams “streaming” pattern (sending typing activities with streaminfo and a final streamed message), suggested actions do not render in Microsoft Teams. The same logic works if streaming...

bug
needs-triage

With the [upcoming deprecation of multi-tenant bots](https://techcommunity.microsoft.com/discussions/teamsdeveloper/what-is-the-recommended-bot-type-for-multi-tenant-bots/4420239/replies/4420812), I’m wondering how the [Bot Framework REST API](https://learn.microsoft.com/en-us/azure/bot-service/rest-api/bot-framework-rest-connector-api-reference) (i.e. Bot Connector Service) is affected. I have a single-tenant bot registered with Azure that...

### [Github issues](https://github.com/microsoft/botframework-sdk) should be used for bugs and feature requests. Use [Stack Overflow](https://stackoverflow.com/questions/tagged/botframework) for general "how-to" questions. ## Version 4.22.7 ## Describe the bug Hi, we have faced an...

bug
needs-triage

## Version 4.23.1 ## Describe the bug If file name consists "I" (uppercase "i") and "+" character, file doesn't exist in request. For example: this file doesn't appear in request...

bug
needs-triage

## Version 4.23.1 ## Describe the bug When receiving an activity e.g. in a messaging extension in the bot with TurnContext, there used to be an indicator if the activity...

bug
needs-triage

Hi, I'm developing a Teams chatbot using the Bot Framework SDK and following the guidance from [Microsoft's documentation](https://learn.microsoft.com/en-us/microsoftteams/platform/bots/how-to/bot-messages-ai-generated-content?tabs=desktop%2Cbotmessage#add-feedback-buttons) to enable a feedback loop with custom feedback form. Here's how I...

bug
needs-triage