botframework-sdk
botframework-sdk copied to clipboard
Bot Framework provides the most comprehensive experience for building conversation applications.
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...
## 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...
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...
### [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....
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...
Controller hitting code twice, when clicking on adaptivecard button in Ms Teams and throwing error.
### [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 ##...
## 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...
## 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...
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...