botframework-sdk
botframework-sdk copied to clipboard
Bot Framework provides the most comprehensive experience for building conversation applications.
Please complete the investigation and recommended design pattern. Thanks From HealthBot: > > When creating a skill dialog, SkillDialogOptions should be provided. One of the mandatory attributes of SkillDialogOptions is...
## Background The [Microsoft.Bot.Builder.Dialogs.Adaptive.Testing](https://github.com/microsoft/botbuilder-dotnet/tree/main/libraries/Microsoft.Bot.Builder.Dialogs.Adaptive.Testing) is currently labeled as preview and being used by the SDK to generate tests scripts out of transcripts (or manually) and run unit tests on adaptive...
There are currently several constants in Channels that are no longer supported in the service, this issue involves flagging the obsolete channel ID constants as deprecated. Here is the list...
## Describe the bug Customers in US Gov clouds need to manually configure the OAuthEndpoint used for User OAuth flows. https://github.com/MicrosoftDocs/bot-docs/issues/1954 describes the "fix" for having getting User OAuth working...
Fixes # ## Proposed Changes - - - ## Testing
## Issue The current recommendation is to not store tokens in the bot, but make a call to the service whenever a token is needed. https://github.com/microsoft/BotBuilder-Samples/blob/main/samples/csharp_dotnetcore/18.bot-authentication/Dialogs/MainDialog.cs#L74 ```cs // Call the...
Adding more details to the auth scenarios to ensure they are tested.
## Issue Today when you invoke a skill, each skill invocation gets a unique Conversation ID. That means there's no simple way of persisting state across skill invocations. I'm currently...
PVA requested to get early preview of upcoming changes. Need to add it to the process.
# Test Adjustments This proposal covers two related issues: 1. Converting Record and Playback-style tests in the JS SDK to mocks, and 2. Creating functional tests for many of our...