botframework-sdk
botframework-sdk copied to clipboard
Bot Framework provides the most comprehensive experience for building conversation applications.
In the Swagger spec, the operationId `Conversations_GetConversationMembers` was defined twice, and that caused an issue with the Swagger CLI's validation. One of the two instances should have been `Conversations_GetConversationMember` instead.
## Issue We need to ability to define "non-message" command activities that carry a request to perform an action/change the state of the conversation. They have a few requirements that...
CloudAdapter adds support for authenticating against any cloud provider through the introduction of a new set of auth classes (the key class is `BotFrameworkAuthentication`). The skill classes (SkillHandler, ChannelServiceHandler) are...
The working draft can be found here: https://github.com/microsoft/botframework-sdk/blob/gabog/SkillTestSpecUpdates2/specs/testing/skills/SkillsFunctionalTesting.md
1. Single Source of Truth Schema files are currently each in language repo ([C#](https://github.com/microsoft/botbuilder-dotnet/blob/main/libraries/Microsoft.Bot.Builder.Dialogs.Adaptive/Schemas/Microsoft.AdaptiveDialog.schema), JS, etc). We need a single-source of truth for these. 2. Localization We need a localization...
[SDK/Service] OAuthPrompt should complete with null token and error when a signin flow is cancelled
## Issue Today when a bot user clicks the login button on an oauth card , the signin process involves opening a browser for login. If the user cancels this...
**Is your feature request related to a problem? Please describe.** I am trying to understand deeper level use cases, and to do that often use an APM Tool to track...
## Description This PR moves the ApiCompat task from [southworks/SOUTHWORKS-azure-pipelines-tasks](https://github.com/southworks/SOUTHWORKS-azure-pipelines-tasks/tree/main/Tasks/ApiCompat) to this repository to be re-published as a Microsoft task. This is in itself an Azure Pipelines encapsulation of the...
## Proposal We need to create a LU Merge functionality (maybe as part of LU Parser). LU Merge, at minimum shall merge LU "imported" content into target LU file under...
**Is your feature request related to a problem? Please describe.** Currently, if you use the `TranscriptLoggerMiddleware` with the `BlobsTranscriptStore` implementation, the middleware will log activities to blob storage individually, creating...