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!
Bumps [Microsoft.Rest.ClientRuntime](https://github.com/Azure/azure-sdk-for-net) from 2.3.21 to 2.3.24. Commits 0a3afc9 Clientruntime/sanitize request header (#28169) 8724e58 Minor fix to update comment for TokenCacheRefreshArgs.SuggestedCacheKey (#28128) 2decee4 performance patch of JsonConverterHelper.cs (#26448) 64b55ac [DataFactory]Added new...
- placeholder.com is no longer accessible, replace reference to dummyimage.com in suggested actions bot - Update image URLs for color selection buttons (Red, Yellow, Blue) The change of code has...
code of attachment: def create_file_attachment(self, file_path): with open(file_path, "rb") as file_stream: file_data = file_stream.read() attachment = Attachment( name=os.path.basename(file_path), content_type="application/octet-stream", content=file_data ) return attachment problem: # the bot will send a...
The current link in the repository "about" section points to the deprecated repository.
### 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:...
🚨 The issue tracker is not for questions 🚨 If you have a question, please ask it on https://stackoverflow.com/questions/tagged/botframework [question] I am searching for sample code examples that supports the...
There is a bad reference in the `csharp_dotnetcore.sln` to sample project 14 which was moved to the archive.
Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 3.12.2 to 4.9.2. Changelog Sourced from com.squareup.okhttp3:okhttp's changelog. Change Log Version 4.x See 4.x Change log for the stable version changelogs. Version 5.3.0 2025-10-30 New: Add tags...
Hi, I got "Too Long Path" error after pull source code from git and exact zip file. can we fix that file name path on source code ? I try...
_Restify → spdy → http-deceiver_ chain crashes on `npm start` due to [DEP0111](https://nodejs.org/api/deprecations.html#DEP0111). Upstream fixes are not yet merged and the library cannot be bumped. Use a patched version and...