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!
> Are `this.` part of the samples' StyleCop configuration? _Originally posted by @stevengum in https://github.com/microsoft/BotBuilder-Samples/pull/2674_ > I started with the existing adaptive samples. I'm open to changing/ updating to be...
Currently $requires looks for a schema in the template directories and the template directories are all local folders. The proposal has two parts: 1) Add $templateDirectory to schema. If not...
Language Generation uses Adaptive Expressions that can be extended with custom functions. This is illustrated by this sample https://github.com/microsoft/BotBuilder-Samples/tree/master/samples/csharp_dotnetcore/language-generation/20.extending-with-custom-functions However, such functions cannot be async. "This is actually by design...
### 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.** Currently we have SSO sample using node.js https://github.com/microsoft/BotFramework-WebChat/tree/master/samples/07.advanced-web-chat-apps/e.sso-on-behalf-of-authentication...
**Is your feature request related to a problem? Please describe.** We currently have various sources for static image files: https://github.com/microsoft/BotBuilder-Samples/search?q=.jpg&unscoped_q=.jpg https://github.com/microsoft/BotBuilder-Samples/search?q=.png&unscoped_q=.png **Describe the solution you'd like** If possible, static files...
After cloning the project using `git clone https://github.com/microsoft/BotBuilder-Samples.git`, the samples directory (and others) doesn't appear.  Any ideas how to fix it? Thanks for any help!
Update JavaScript and TypeScript samples to support latest Node versions (18, 20, 22, ...). Additionally, update all ARM templates `WEBSITE_NODE_DEFAULT_VERSION` setting to latest Node version.
VS2017 isn't supported anymore ## Proposed Changes Deployment fails because VS2017 isn't supported anymore. Updating default to VS2022.
attachmentsBot.js file works with image file samples. however when I tried changing to `pdf` or `xlsx` files the output says `RestError: Unknown attachment type` this is the attachment sent: ```...
### 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.** I'm always frustrated when I use the Text...