botframework-components
botframework-components copied to clipboard
The repository for components built by Microsoft for the Azure Bot Framework.
Custom question answering is generally available and QnA Maker is deprecated, could you please add template to create CQA bot. [QnAMaker deprecation announcement](https://azure.microsoft.com/id-id/updates/azure-qna-maker-will-be-retired-on-31-march-2025/)
Adding two new components "TimeoutChoiceInput", and "TimeoutTextInput" to detect the silence while prompting the user. It's using a timer to track elapsed time and fire in case of reaching threshold
Currently, if I try to import a zipped manifest with a reference to a lu file, composer requires that the `intents` property is present in order to allow me to...
It would be nice if we have python template
## Describe the bug Trying to update a sent Adaptive Card, supplied the Activity Id and confirmed the Activity Id has value. e.g., `1631259369932`, however, the update card action throws...
With Custom Commands is not possible verify, with an pre send activity, if command can be execute to the client device. Is possible to have a BOT template, with Direct...
Need template to create Empty Bot
Please create a sample showing how to send responses using all types of different cards
After generating a bot from the yeoman templates using the command line tools, a bf cli command has to be run to generate and merge the schema files, and process...