botframework-sdk
botframework-sdk copied to clipboard
Bot Framework provides the most comprehensive experience for building conversation applications.
## Describe the bug A bot using LUIS intent with telemetry enabled is occasionally logging LuisResult twice. ## Version 2.0.0 ## OS - [x] macOS - [x] Windows - [...
## Issue The telephony team is attempting to build a DTMF based phone tree using AdaptiveDialogs. The idea is they'd like to use simple RegEx based intents to handle each...
Add support for auth against single tenant AAD apps. To support this we'll need to collect and store the tenant ID somewhere, then consume that ID in order to call...
## Summary We need to add support for using MSI as the authentication mechanism. This will effect essentially the breadth of our set of products. - [ ] Analysis -...
At the beginning of the `onMessage` handler, I send a typing activity to the user to act as feedback. Often they click on a Card Action and then I use...
ABS will support private links ~8/30, we need to validate that nothing in the SDK breaks when they are configured. We need to validate across all SDK repositories prior to...
Hello. Can we add WhatsApp adapter via MessageBird in the table at the section Channels and Adapters (https://github.com/microsoft/botframework-sdk#channels-and-adapters) ? https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/tree/develop/libraries/Bot.Builder.Community.Adapters.MessageBird
Implement the possibility to dynamically set, into "HTTP request" component, the fields "method" and "headers". More info could be read [here](https://github.com/microsoft/BotFramework-Composer/issues/5328).
## Package 4.14.0 ## Package Location * C# ** []() * JS (Uses the @rc tag on public NPM) ** []() * Python ** * BF CLI (Uses the @rc...
## Issue It can be difficult to figure out how to test your changes to the SDK within a bot, especially the first time or when testing in a new...