botframework-components
botframework-components copied to clipboard
The repository for components built by Microsoft for the Azure Bot Framework.
The readme currently states: > The endpoint value can be found in the Deploying a model blade under Deployments inside Language Studio by clicking on the Get prediction URL option....
## Describe the bug To avoid security alert [CVE-2023-34104](https://github.com/advisories/GHSA-6w63-h3fj-q4vw), upgrade **_botbuilder_** packages to version 4.21.0 as it has the safe version of _fast-xml-parser_ 4.24. Version 4.21 of _botbuilder_ is still...
I am using Microsoft.Bot.Components.Recognizers.CustomQuestionAnsweringRecognizer for enabling my CQA resource in my Bot built-in Bot Composer. When I publish a new version of the bot to Azure Bot Service, my bot...
Hi there is an error when use: "name": "Microsoft.Bot.Components.Recognizers.CustomQuestionAnsweringRecognizer", "settingsPrefix": "Microsoft.Bot.Components.Recognizers.CustomQuestionAnsweringRecognizer" The trace of CQA isn't correct 
### Purpose This PR includes timeout support for the following dialogs: - Aggregate DTMF (n) - Aggregate input Regex - Aggregate DTMF (#) The timeout timer will be initialized when...
## Is your feature request related to a problem? Please describe. not able to user Orchestration workflow(language studio) in Bot composer i have created a Orchestration workflow project which contains...
Can we add support for Orchestration projects in the CLU recognizer. Because the Orchestration projects and CLU projects are part of the same service and REST API, its not a...
## Describe the bug Return to Previous prompt not working with multiturn QNA maker. Top to down sequence of follow-up prompt is working find but the reverse sequence i.e., bottom...