botframework-components icon indicating copy to clipboard operation
botframework-components copied to clipboard

The repository for components built by Microsoft for the Azure Bot Framework.

Results 81 botframework-components issues
Sort by recently updated
recently updated
newest added

## Version Composer 2.0 Windows ## To Reproduce Steps to reproduce the behavior: Simply Create a New Bot, it behaves as below. ![image](https://user-images.githubusercontent.com/44714043/119067395-b09c0e80-b97d-11eb-97f7-99065bc45d94.png) ![image](https://user-images.githubusercontent.com/44714043/119067340-8cd8c880-b97d-11eb-8084-081f49abd153.png)

bug

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...

P0
needs-triage
needs-team-attention
feature-request
Area: Generators: Adaptive
Owner: PBX

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...

P2
backlog
bug
Area: Packages
Owner: PBX

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...

backlog
blocked
feature-request
Area: Packages
Area: Generators
Owner: PBX

## 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....

backlog
Area: Generators: Core Assistant
Area: Generators: Enterprise Assistant
Owner: PBX

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...

backlog
bug
Area: Generators
Owner: PBX

### 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...

backlog
feature-request
Area: Generators
Owner: PBX

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. ![image](https://user-images.githubusercontent.com/3829387/122903966-7cec4400-d382-11eb-8568-9a62536f6730.png) ##...

needs-triage
bug

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...

customer-reported
customer-replied-to
feature-request
Bot Services