botframework-sdk
botframework-sdk copied to clipboard
Bot Framework provides the most comprehensive experience for building conversation applications.
## Package 4.15.0 ## Package Location * C# ** []() * JS (Uses the @rc tag on public NPM) ** []() * Python ** * BF CLI (Uses the @rc...
Hello, I'm now facing a similar issue with Direct Line Speech channel, where the bot times out after 15 seconds. Is there any way to configure this or any workaround...
i am trying to detect that is user is online or offline of Microsoft teams and webchat from the bot Can any one help me with this
Fixes # ## Proposed Changes - - - ## Testing
@stevengum raised a concern around organization of auth constants here: https://github.com/microsoft/botbuilder-js/pull/3923 An attempted deeplink to the comment is here: https://github.com/microsoft/botbuilder-js/pull/3923#discussion_r715190946
Consider revisting the overall design and implementation of the QnAMaker dialog(s). See list of referenced issues (closed but still relevant for additional requirements)
## Version 4.13, C# ## Describe the bug I was working with a customer on a support request on the following scenario: When a new user clicks on the "Get...
It would be great to have the possibility to define additional custom customDimensions. Now I submit a custom telemetry event with the custom dimensions and in Application Insights it takes...
## Issue Currently, all bot state changes are considered last-writer wins. This strategy helps prevent bot developers from having to create complex code for handling retry logic and it generally...
## Feature Request *I want the bot to respond to a user message with a "like" or "heart" instead of saying Thank you. I don't think this is not yet...