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!
See https://github.com/microsoft/BotBuilder-Samples/pull/2986 for more information.
## Versions @microsoft/bf-generate-library/4.10.0 win32-x64 node v12.14.1 ## Describe the bug Give a clear and concise description of what the bug is. In Composer, create a form property typed with "any...
### 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:...
All authorization and authentication occurs within the SDK (e.g. BotFrameworkAdapter), and the samples do not make use of either [AuthorizationMiddleware](https://docs.microsoft.com/en-us/aspnet/core/security/authorization/introduction?view=aspnetcore-5.0) or [AuthenticationMiddleware](https://docs.microsoft.com/en-us/aspnet/core/security/authentication/?view=aspnetcore-5.0).
### Use this [query](https://github.com/Microsoft/botbuilder-samples/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen++label%3Aenhancement) to search for the most popular feature requests. **Is your feature request related to a problem? Please describe.** When prompting for date and time, sometimes the...
When deploying bots to gov the BotServiceSku in the deployment template needs to be S1 for it to work. F0 results in a 403 with the error message that says...
The current proactive sample in C# sends a mock appId (its actually a new GUID) This only ever worked because we had a check in the AppCredentials implementation that looked...
## Sample information 1. Sample type: [\samples\python\80.skills-simple-bot-to-bot] 2. Sample language: [python] 3. Sample name: , ## Describe the bug Running python simple-bot-to-bot Echo Skill on emulator, added ms app id...
The current behavior for Skill Core Bot considers cancelling all dialogs bottom-up, C# does provide this mechanism due to changes done for adaptive (DialogContainers, Dialog.Child property, CancelAllDialogsAsync bottom up, etc),...