Search code examples
c#botframework

How to export c# code from Bot Framework Composer


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,


Solution

  • 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

    enter image description here