BotBuilder-Samples icon indicating copy to clipboard operation
BotBuilder-Samples copied to clipboard

Welcome to the Bot Framework samples repository. Here you will find task-focused samples in C#, JavaScript/TypeScript, and Python to help you get started with the Bot Framework SDK!

Results 191 BotBuilder-Samples issues
Sort by recently updated
recently updated
newest added

### Github issues for [C#](https://github.com/Microsoft/botbuilder-dotnet/issues) /[JS](https://github.com/Microsoft/botbuilder-js/issues) / [Java](https://github.com/Microsoft/botbuilder-java/issues)/ [Python](https://github.com/Microsoft/botbuilder-python/issues) should be used for bugs and feature requests. Use [Stack Overflow](https://stackoverflow.com/questions/tagged/botframework) for general "how-to" questions. ## Sample information 1. Sample type:...

bug
ExemptFromDailyDRIReport
needs-triage

### Github issues for [C#](https://github.com/Microsoft/botbuilder-dotnet/issues) /[JS](https://github.com/Microsoft/botbuilder-js/issues) / [Java](https://github.com/Microsoft/botbuilder-java/issues)/ [Python](https://github.com/Microsoft/botbuilder-python/issues) should be used for bugs and feature requests. Use [Stack Overflow](https://stackoverflow.com/questions/tagged/botframework) for general "how-to" questions. ## Sample information [BotBuilder-Samples](https://github.com/microsoft/BotBuilder-Samples/tree/a66d06f7feff10168591cbac0181ae2ec09f29bd)/[samples](https://github.com/microsoft/BotBuilder-Samples/tree/a66d06f7feff10168591cbac0181ae2ec09f29bd/samples)/[csharp_dotnetcore](https://github.com/microsoft/BotBuilder-Samples/tree/a66d06f7feff10168591cbac0181ae2ec09f29bd/samples/csharp_dotnetcore)/[52.teams-messaging-extensions-search-auth-config](https://github.com/microsoft/BotBuilder-Samples/tree/a66d06f7feff10168591cbac0181ae2ec09f29bd/samples/csharp_dotnetcore/52.teams-messaging-extensions-search-auth-config) ## Describe...

customer-reported
Bot Services
customer-replied-to

All Typescript samples follow the following pattern to instantiate a CloudAdapter where the mandatory parameter of type "Configuration" is passed a null value: 1. Create a "credentialsFactory with ConfigurationServiceClientCredentialFactory; 2....

customer-reported
Bot Services
customer-replied-to

### Github issues for [C#](https://github.com/Microsoft/botbuilder-dotnet/issues) /[JS](https://github.com/Microsoft/botbuilder-js/issues) / [Java](https://github.com/Microsoft/botbuilder-java/issues)/ [Python](https://github.com/Microsoft/botbuilder-python/issues) should be used for bugs and feature requests. Use [Stack Overflow](https://stackoverflow.com/questions/tagged/botframework) for general "how-to" questions. ## Sample information 1. Sample type:...

bug
customer-reported
Bot Services
customer-replied-to
needs-triage

**Is your feature request related to a problem? Please describe.** I'm trying to implement a simple bot as an HTTP trigger Azure Function using DotNet v6 isolated process. The problem...

customer-reported
Bot Services
needs-triage
feature-request

The messageAllMembers functionality in sample 57 needs to be refactored. As written, it is encouraging developers to call createConversation repeatedly, and is difficult to read. We need to separate out...

bug
Area: Samples
Area: Teams
Size: M

## Context For more information, see the parent issue. #3436 ## Sample information 1. Sample type: Samples 2. Sample language: python 3. Sample name: 50.teams-messaging-extension-search and 52.teams-messaging-extensions-search-auth-config ## Describe the...

bug
ExemptFromDailyDRIReport
needs-triage

### Github issues for [C#](https://github.com/Microsoft/botbuilder-dotnet/issues) /[JS](https://github.com/Microsoft/botbuilder-js/issues) / [Java](https://github.com/Microsoft/botbuilder-java/issues)/ [Python](https://github.com/Microsoft/botbuilder-python/issues) should be used for bugs and feature requests. Use [Stack Overflow](https://stackoverflow.com/questions/tagged/botframework) for general "how-to" questions. ## Sample information samples/csharp_dotnetcore/56.teams-file-upload/ ## Describe...

bug
customer-reported
Bot Services
customer-replied-to
ExemptFromDailyDRIReport
Area: Teams

Find a way to add a lint step to PR CI checks, preferably only for the specific sample added. Could also ensure the sample compiles? * https://github.com/marketplace/actions/get-diff-action ?