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!
Fixes # ## Proposed Changes - - - ## Testing
The code-first Adaptive Dialog samples folder https://github.com/microsoft/BotBuilder-Samples/tree/main/samples/csharp_dotnetcore/adaptive-dialog causes confusion and should be dropped. We are not suggesting hand crafting Adaptive Dialogs in code is a reasonable development approach. The experimental...
Wire up the Quoted entity recognizer to the string and recognizer templates. This is dependent on #3105 .
##Describe the bug I just want to use the bf dialog:generate:test to convert my transcript to test.dialog. And the transcript contains an activity with a 'Value' type in it. See...
## Describe the bug The bf dialog:generate:test tool convert the activity.Attachments like AdaptiveCard by splicing the paths in the json format, but this will sometimes cause issue. This is a...
20>C:\private\v4\scratch\BotBuilder-Samples\samples\csharp_dotnetcore\45.state-management\StateMangementBot.csproj : warning NU1701: Package 'Microsoft.Azure.KeyVault.Core 1.0.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible...
Currently for prompts generation builds an OnEndOfActions trigger with a condition that has has !$ of the property that is in the Ask as ExpectedProperties. To make this clearer we...
We need to create samples for developers to get started creating components for Composer bots. - Samples should be full bot projects, with the component in a separate folder from...
## Sample information 1. Sample type: [samples] 2. Sample language: [Java] 3. Samples name: - [06.using-cards](https://github.com/microsoft/BotBuilder-Samples/tree/main/samples/java_springboot/06.using-cards) - [07.using-adaptive-cards](https://github.com/microsoft/BotBuilder-Samples/tree/main/samples/java_springboot/07.using-adaptive-cards) - [11.qnamaker](https://github.com/microsoft/BotBuilder-Samples/tree/main/samples/java_springboot/11.qnamaker) - [13.core-bot](https://github.com/microsoft/BotBuilder-Samples/tree/main/samples/java_springboot/13.core-bot) - [15.handling-attachments](https://github.com/microsoft/BotBuilder-Samples/tree/main/samples/java_springboot/15.handling-attachments) - [17.multilingual-bot](https://github.com/microsoft/BotBuilder-Samples/tree/main/samples/java_springboot/17.multilingual-bot) - [18.bot-authentication](https://github.com/microsoft/BotBuilder-Samples/tree/main/samples/java_springboot/18.bot-authentication) - [21.corebot-app-insights](https://github.com/microsoft/BotBuilder-Samples/tree/main/samples/java_springboot/21.corebot-app-insights)...
Introduces a component generate that scaffols empty and dialog-based bot component projects.