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!
Goals of this item: 1) Show people how to wire up external recognizers. 2) Figure out how to package up code and template extensions into a nuget package. 3) Expose...
[Relevant TypeScript issue](https://github.com/Microsoft/TypeScript/issues/29288) [enhancement]
[Official Node 15 blog post](https://nodejs.medium.com/node-js-v15-0-0-is-here-deb00750f278) Snippet from blog post: > # Throw on unhandled rejections > As of Node.js 15, the default mode for `unhandledRejection` is changed to `throw` (from...
## Sample information [csharp_dotnetcore/49.qnamaker-all-features](https://github.com/microsoft/BotBuilder-Samples/blob/c819a27b3d23a909cb106a741f8aad45c6f44a0f/samples/csharp_dotnetcore/49.qnamaker-all-features) ## Tasks - Cleanup or delete [QnAMakerBaseDialog.cs](https://github.com/microsoft/BotBuilder-Samples/blob/c819a27b3d23a909cb106a741f8aad45c6f44a0f/samples/csharp_dotnetcore/49.qnamaker-all-features/Dialog/QnAMakerBaseDialog.cs) as applicable - Cleanup or delete [BotServices.cs](https://github.com/microsoft/BotBuilder-Samples/blob/c819a27b3d23a909cb106a741f8aad45c6f44a0f/samples/csharp_dotnetcore/49.qnamaker-all-features/BotServices.cs#L7) and any references to `BotServices` as applicable - Other applicable cleanup as...
Javascript samples and this document ( https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-dialog-manage-conversation-flow?view=azure-bot-service-4.0&tabs=javascript#create-the-main-dialog ) currently demonstrate creating a run method when using dialogs. The sdk has a `dialogHelper.runDialog` method with this same code (as well as...
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. https://github.com/microsoft/botbuilder-dotnet/issues/5298 We need...
With $units we know enough to be able to automatically convert dimension units, i.e. $units = feet, convert kilometer, hectometer, inches, etc. and vice versa. We can also convert areas...
Quoted strings are a nice way to allow the user to be explicit about the boundaries of open-ended entities. Tom has a private quoted string recognizer published here: https://github.com/tomlm/iciclecreek.bot/tree/master/source/Libraries/Iciclecreek.Bot.Builder.Dialogs.Recognizers We...
We need to revisit samples for Orchestrator GA timeframe (end of R13) and consider which/how to introduce Orchestrator to samples. For example, consider candidates for replacing the following to use...