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

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...

P0
Area: Skills
Size: M
feature-request
Area: SDK

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...

P0
Area: Authentication
Area: Skills
Size: L
feature-request
Area: SDK

The working draft can be found here: https://github.com/microsoft/botframework-sdk/blob/gabog/SkillTestSpecUpdates2/specs/testing/skills/SkillsFunctionalTesting.md

P1
Area: Skills
team-agility

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...

needs-triage
feature-request

## 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...

needs-triage
feature-request

**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...

customer-reported
Bot Services
feature-request

## 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...

needs-triage
feature-request

**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...

customer-replied-to
customer-reported
Bot Services
feature-request