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

**Is your feature request related to a problem? Please describe.** - We have users in different timezones, so it would be useful to retrieve the client's timezone from the activity...

triaged
feature-request

We need docs that developers can use to self-service gathering a profile from a running bot that has performance problems, is being reported as "slow", or has timeouts. We should...

backlog
ridealong
BF Supportability
Area: Docs

The new Testing Framework needs to be documented so developers understand how to use it. The documentation should include: - Inline documentation in code for key classes, methods and properties...

Area: Docs
Area: Testing framework

The TestAdapter, TestFlow and DialogTestClient classes don't align and work differently in the different platforms. We need to: - [ ] Review and compare these the public methods, constructors and...

investigate
backlog
Area: Testing framework

## This is not for asking quescotions or filing bugs To get help with an issue with your bot * ["How To"](https://stackoverflow.com/help/how-to-ask) questions should be submitted on [Stack Overflow](https://stackoverflow.com/questions/tagged/botframework). To...

needs-triage
feature-request

Hi Team, We have referred the MS document for adding AI label in turn context activity, and it worked when we give AIGeneratedContent in the additional type. https://learn.microsoft.com/en-us/microsoftteams/platform/bots/how-to/bot-messages-ai-generated-content?tabs=before%2Cbotmessage `var aiGeneratedContent...

needs-triage
feature-request

## Version Node.js SDK v4 ## Describe the bug When sending an interactive button to the user from the bot in Slack, the button is rendered and shown to the...

bug
needs-triage

## Version 4.16.1 ## Describe the bug It is basically the same issue than #2044 ## Expected behavior I expect to only have a mention among the entities when the...

bug
needs-triage

We currently use _Dialog_.RunAsync() to simplify execution of root dialogs in the bot code. DialogManager provides the same functionality as RunAsync and also supports several constructs introduced by Adaptive (e.g:...

investigate
backlog
P2
Area: Engineering