It is not clear for me how to export c# source code from Microsoft Bot Framework Composer . The BOT project (sub)folder does not contain any cs file. There is only a project file( ".botproj" ).
Even if I opt to create a personalized c# runtime ( in BOT Composer project settings ) I cant find all cs files with Bot processing in "runtime" folder.
thks,
Bot framework Composer contains only .dialog files (declarative adaptive dialogs)
Just search .dialog in the composer folder , you can find all the dialog information.
If you want export the bot project use the command export this Bot as zip