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!
Giving the command: samples\javascript_nodejs\13.core-bot>npm start Runs the bot and offers the following advice: > restify listening to http://[::]:3978 > Get Bot Framework Emulator: https://aka.ms/botframework-emulator > To talk to your bot,...
Fixes #3388 ## Proposed Changes - - - ## Testing
I'd like to build a prototype where we simplify the LU model down to what PVA supports. To do this: 1) We would create a new directory templates/simple with a...
## Versions Samples for JS preview of Adaptive ## Describe the bug Running the eslinter on the JS adaptive samples (currently on vishwac/r9/js branch: [JS Samples](https://github.com/microsoft/BotBuilder-Samples/tree/vishwac/r9/js/experimental/adaptive-dialog/javascript_nodejs)) yields a bunch of...
## Sample information 1. Sample type: samples 2. Sample language: all 3. Sample name: [16.proactive-messages](https://github.com/microsoft/BotBuilder-Samples/tree/main/samples/csharp_dotnetcore/16.proactive-messages) ## Describe the bug Our proactive message sample stores conversation references in the bot's local...
## Sample information 1. Sample type: \samples\python 2. Sample language: python 3. Sample name: Python Teams samples that use search. 1. 50.teams-messaging-extension-search 2. 52.teams-messaging-extensions-search-auth-config ## Describe the bug Running python...
Adds an Adaptive Card 1.4 sample that uses Action.Execute ## Proposed Changes This adds a sample bot in C# that returns an Adaptive Card that uses Action.Execute to respond to...
**Is your feature request related to a problem? Please describe.** I would like to write unit tests for a bot that is created with Botframework Composer. The checking of the...
We have integrated following ME Action command in existing sample [Messaging Extension Action Commands C#](https://github.com/Trinetra-MSFT/BotBuilder-Samples/blob/main/samples/csharp_dotnetcore/51.teams-messaging-extensions-action/Controllers/BotController.cs) 1. Adaptive Card in Task Module 2. Task Module Webview 3. Task Module HTML Page...
This link needs to be updated to point to latest. It currently points to v4.5.2 