botframework-sdk
botframework-sdk copied to clipboard
Bot Framework provides the most comprehensive experience for building conversation applications.
**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...
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...
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...
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...
## 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...
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...
## 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...
## 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...
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:...