BotBuilder-Samples
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!
### 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:...
### 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...
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....
#minor
### 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:...
**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...
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...
## 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...
### 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...
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 ?