Gabo Gilabert
Gabo Gilabert
## Summary SDK 4.16 adds support for the Custom Question Answering service to dotnet and JS. As part of this issue we will implement new versions of the [11 qnamaker](https://github.com/microsoft/BotBuilder-Samples/tree/main/samples/csharp_dotnetcore/11.qnamaker)...
## Summary The [Set up continuous integration and continuous delivery for a Composer bot](https://docs.microsoft.com/en-us/composer/how-to-cicd) article is labeled as preview and the links in the article point to a personal repo...
## Summary This issue involves reviewing the existing set of samples and removing those that will not fit in v5,
# Background Several teams have reported issues while trying to send proactive messages from a skill. The goal of this issue is to build an experimental sample that validates a...
## 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...
### 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...
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...
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...