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 191 botframework-sdk issues
Sort by recently updated
recently updated
newest added

How to Send intro message before the user starts the conversation on the Team? I added a code in OnMembersAddedAsync this is working on Bot framework emulator but when deploy...

bug
customer-replied-to
customer-reported
Bot Services

## Version ```xml com.microsoft.bot bot-integration-spring 4.14.1 compile ``` ## Code ```java @Override protected CompletableFuture onMessageActivity(TurnContext turnContext) { // Extract the text from the message activity the user sent. String text...

bug
needs-triage

Fixes # ## Proposed Changes - - - ## Testing

### [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 Microsoft.Bot.Builder 4.21.2 .NET SDK ## Describe the bug The ConnectorClient.Conversations...

Area: Teams

### [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 > What package version of the SDK are you using....

bug
needs-triage

Hi, I am trying to play continuous video stream on the bot from Azure AI Avatar by connecting to the browser, using adaptive cards, but there is no support for...

needs-triage
feature-request

### [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 Bot Framework V4 Language C# Channel : Ms Teams ##...

bug
needs-triage

## Version 4.13.2 ## Describe the bug When send message to multiple group, sometime I got the error **Operation returned an invalid status code 'BadGateway'** Sometimes, the message delivered to...

customer-replied-to
customer-reported
Bot Services

## Issue Teamsjs v2 has updated some of the terminology and API namespaces for what used to be called tasks to dialog to better match the concept of modal dialogs...

needs-triage
feature-request

Hi, I believe adding support to connect with `open source LLMs` like LLaMA 2 and performing `Retrieval Augmented Generation` (RAG) and connecting it with bot framework would be essentially helpful...

needs-triage
feature-request