Description: Reference Bot Framework written in the framework of Microsoft s open source robot answering service without Microsoft Bot Framework, without networking, and has been used in the Wechat public service. (With example code)
To Search:
File list (Check if you may need any files):
WechatRobot.sln
BusinessDialog
..............\AnnotatedSandwichOrderDialog.cs
..............\app.config
..............\bin
..............\...\Debug
..............\...\.....\BusinessDialog.dll
..............\...\.....\BusinessDialog.dll.config
..............\...\.....\BusinessDialog.pdb
..............\...\.....\Microsoft.Bot.Builder.dll
..............\...\.....\Microsoft.Bot.Builder.pdb
..............\...\.....\Newtonsoft.Json.dll
..............\...\Release
..............\BusinessDialog.csproj
..............\Constants.cs
..............\ConversationSession.cs
..............\DialogsAggregation.cs
..............\Properties
..............\..........\AssemblyInfo.cs
..............\SimpleSandwichOrderDialog.cs
BusinessDialogTest
..................\App.config
..................\bin
..................\...\Debug
..................\...\.....\BusinessDialog.dll
..................\...\.....\BusinessDialogTest.exe
..................\...\.....\BusinessDialogTest.vshost.exe
..................\...\.....\Microsoft.Bot.Builder.dll
..................\...\.....\Newtonsoft.Json.dll
..................\BusinessDialogTest.csproj
..................\Program.cs
..................\Properties
..................\..........\AssemblyInfo.cs
Library
.......\app.config
.......\bin
.......\...\Debug
.......\...\.....\Microsoft.Bot.Builder.dll
.......\...\.....\Newtonsoft.Json.dll
.......\Connection
.......\..........\ChannelAccount.cs
.......\..........\Extensions.cs
.......\..........\Message.cs
.......\Dialogs
.......\.......\BotData.cs
.......\.......\BotToUser.cs
.......\.......\Chain.cs
.......\.......\CommandDialog.cs
.......\.......\Conversations.cs
.......\.......\DialogContext.cs
.......\.......\DialogContextStore.cs
.......\.......\Extensions.cs
.......\.......\IBotData.cs
.......\.......\IBotDataBag.cs
.......\.......\IDialog.cs
.......\.......\IDialogContext.cs
.......\.......\LuisDialog.cs
.......\.......\PromptDialog.cs
.......\Fibers
.......\......\Awaitable.cs
.......\......\Exceptions.cs
.......\......\Extensions.cs
.......\......\Fiber.cs
.......\......\Methods.cs
.......\......\Serialization.cs
.......\......\SetField.cs
.......\......\Wait.cs
.......\FormFlow
.......\........\Attributes.cs
.......\........\Confirmation.cs
.......\........\Extensions.cs
.......\........\Field.cs
.......\........\Form.cs
.......\........\FormBuilder.cs
.......\........\FormDialog.cs
.......\........\FormState.cs
.......\........\IField.cs
.......\........\IForm.cs
.......\........\IFormBuilder.cs
.......\........\IFormDialog.cs
.......\........\ILocalizer.cs
.......\........\IPrompt.cs
.......\........\IRecognizer.cs
.......\........\IStep.cs
.......\........\Language.cs
.......\........\MatchAnalyzer.cs
.......\........\Recognizer.cs
.......\........\Steps.cs
.......\Luis
.......\....\EntityRecommendation.cs
.......\....\IntentRecommendation.cs
.......\....\LuisModel.cs
.......\....\LuisResult.cs
.......\....\LuisService.cs
.......\Microsoft.Bot.Builder.csproj
.......\Microsoft.Bot.Builder.csproj.user
.......\Properties
.......\..........\AssemblyInfo.cs