botframework-sdk
botframework-sdk copied to clipboard
Bot Framework provides the most comprehensive experience for building conversation applications.
## Issue While onboarding several customers to the Telephony speech channel, we have discovered various issues related to Telephony Channel-bot websocket connection drop. Even though channel automatically reconnects with bot...
When using CosmosDB as storage layer different types of documents are being created per bot (e.g. users or conversations). Would it be possible to optimize the way they are stored...
## Issue This is a customer request, spawned from [this issue](https://github.com/microsoft/botframework-solutions/issues/3813). I don't see a reason why we _couldn't_ do this, but I definitely wouldn't default to it as Cosmos...
## Issue Can we please have an api endpoint/function that could grab the conversation reference/id from a particular user so the bot doesn't need to be interacted by the users...
## Issue Bot telemetry does not show the QnA match details nor the score if the answer is below the threshold ## Proposed change It should show the score as...
Hello, I'm wondering if the botframework sdk supports the use of Facebook's Personas API? I tried adding it to the channelData property but I don't see it reflecting in my...
## Version NodeJS SDK - package botbuilder-dialogs, version: 4.11.1 ## Describe the bug **recognizeChoices(utterance, choices, opt)** function returns erroneous output when searching options using index numeric values in particular circumstances....
## Describe the bug Composer continues to use terms and descriptions which do not match the SDK and documentation of the components. This leads to cognitive load in a system...
EmitEvent - aka "emit a custom event" should be grouped in Dialog Management, not external resources
## Describe the bug EmitEvent is a dialog management concept, and always internal, it should not be in external resources. ## Version 1.4. It's here:  Should be here: 
DialogManager provides almost the same functionality as ActivityHandler and could potentially be refactored to implement IBot. As part of this issue we should look at refactoring DialogManager and reason about...