botFramework-proactiveMessages
botFramework-proactiveMessages copied to clipboard
Microsoft Bot Framework proactive messages samples
The startNewDialog and startNewDialogWithPrompt samples both break when used with version 3.5.0 and higher of botbuilder. Version 3.4.4 of botbuilder appears to be the most recent version that works with...
Upgrade csharp project BotBuilder nuget references to 3.9 Change ResumptionCookie to ConversationReference
Adds the example to receive a custom message via POST body in the custom web API.
I updated to v 3.9.0 and found 3 issues: - The ConversationStarter doesn't interrupt the active dialog. I'm using a LUIS root dialog which creates child dialogues depending on the...