botframework-components
botframework-components copied to clipboard
The repository for components built by Microsoft for the Azure Bot Framework.
## Version Composer 2.0 Windows ## To Reproduce Steps to reproduce the behavior: Simply Create a New Bot, it behaves as below.  
The generators should use a floating patch version with the `~major.minor.minpatch` semver syntax so that they will automatically use the latest patch release version of the SDK and components. This...
Our HelpAndCancel and Welcome packages contain quite a few blank files and empty folders, which I believe are artifacts of creating the dialogs through Composer. Can we cleanup these extraneous...
This issue describes the SDK changes to support package prefixes like MyPackage#CoolStuff.en-us.lg in resource ids for dialog, LU, QNA and LG files including a new import statement. microsoft/botbuilder-dotnet#5298 Our components...
## Describe the bug 1. Create / configure the basic assistant using the template. 1. Type "Give Feedback". Click the "Thumbs Up" (which works). Note that the card doesn't update....
In all our generators we use the mis-labelled "Greeting" trigger to trigger our welcome/greeting dialogs. Unfortunately, this isn't actually a Greeting trigger, it fires on all ConversationUpdate Activities (which includes...
### Summary The base bot for all bots that do not want to use a language recognizer, but instead build their bot around a set of commands. Must be configured...
From the Logs we can see that the Composer-integrated Bot runtime set two query parameters with every LUIS Prediction call: https://.cognitiveservices.azure.com:443//luis/prediction/v3.0/apps//slots/production/predict?**_verbose=False&log=True&show-all-intents=False_** I could not find how to set these parameters...
## Describe the bug A newly generated emtpy bot seems to be pinned to target dotnet 3.1, so that if have dotnet 5.0 installed, it fails to run.  ##...
Hi, We started writing bot using composer and have the below requirement which am not sure how to achieve 1. Have encrypted values app settings.json 2. read app settings at...