botframework-sdk
botframework-sdk copied to clipboard
Bot Framework provides the most comprehensive experience for building conversation applications.
## Summary The [SSO documentation](https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-concept-sso?view=azure-bot-service-4.0) needs to be updated as follows: - Remove reference to Virtual Assistant - Update SSO scenarios: we should have 3 scenarios, Teams SSO, Bot and...
## Summary Channel constants need to be updated to properly reflect the channels currently supported by ABS: * In 4.x unsupported channels need to be flagged as obsolete. * missing...
## Version 4.15.1 ## Describe the bug QnaMakerDialog class takes the first element in the response list from QnA query, even if there are multiple possible answers returned by the...
Add support for auth flow for the new Adaptive Cards components OBI spec is here: microsoft/botframework-obi#128 Hacked up webchat that can do AC 1.4 cards: https://github.com/clearab/CateringDemo ## Tracking status ###...
Do we have any feasibility for implementing skill to orchestrator switching in bot framework V4? By default we have skill to skill switching and wanted to know skill to orchestrator...
### Summary Update in scope repo code owners to use teams rather than individuals. More specifically: * Remove individuals * Use only groups and only @microsoft/botframework-sdk * Remove old groups...
## Issue *Overhead of maintaining Bot service credentials and renewing client secret to access bot services deployed in global azure resource* ## Proposed change *Provide Managed Identity support for azure...
Update https://github.com/microsoft/botframework-sdk/blob/main/docs/BF%20Labeling%20Guide.md to map to the latest spec. * Add new areas * Review unused ones and remove * Update Emilio's tool and bring it in the SDK repo tools...
There are several things in the SDK project that seem stale and can probably be removed: - [ ] common/Telemetry - [ ] common/Transcripts - [ ] docs. This area...
To support CI/CD for our customers who want to use the Direct Line Speech channel, we need to have ARM support for the channel. This is a public tracking issue...