botframework-sdk
botframework-sdk copied to clipboard
Bot Framework provides the most comprehensive experience for building conversation applications.
Link to Azure docs: https://docs.microsoft.com/en-us/dotnet/api/microsoft.bot.builder.ai.orchestrator?view=botbuilder-dotnet-stable
Currently there is no way of knowing the app id that originated the message in a skills scenario. The goal of this issue is to design a coherent action plan...
Feedback from support team as part of R10 docs pillar. It would be useful to have documentation explaining custom adapters, what they are, reference the available adapters (links to existing...
Hi There, Excuse me, but I really can't find any other places to ask the question. As I can try on Azure, there's no official option to host bot by...
This request iterates on https://github.com/microsoft/botbuilder-dotnet/issues/4645 ## Issue There is a lot of trace activities being sent over the wire, when it's not required. Instead, trace activity generation should be based...
It is hard to keep issues in sync across all the SDK repos (dotnet, JS, python and Java). This issue involves writing a spec for a set of automation helpers...
As part of PII/IP filtering, clients and channels can request that activities be redacted. This influences the transcript logger and middleware the bot builder SDK supports. For example, Microsoft Teams...
Microsoft Teams is going to support a PII/IP scrubbing messages using messageDelete and messageUpdate activities. These will signal to the bot that it should remove or alter the message contents...
Nuget: https://www.nuget.org/packages/Microsoft.Bot.Connector.DirectLine Repository: https://github.com/microsoft/BotFramework-DirectLine-DotNet [dcr]
Port the Luis Json parsing from [parsedFiledContents.js](https://github.com/microsoft/botframework-sdk/blob/main/parsers/LU/JS/packages/lu/src/parser/lufile/parseFileContents.js#L141)