Skip to content

Commit

Permalink
Added generate comments
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffCoxMSFT committed Sep 10, 2020
1 parent e7b5c89 commit 91001c1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Composer/packages/server/src/models/bot/botProject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,16 @@ export class BotProject implements IBotProject {
feedback,
};

// schema path = path to the JSON schema file defining the form data
// prefix - the dialog name to prefix on generated assets
// outDir - the directory where the dialog assets will be saved
// metaSchema - deprecated
// allLocales - the additional locales for which to generate assets
// templateDirs - paths to directories containing customized templates
// force - if assets are overwritten causing any user customizations to be lost
// merge - if generated assets should be merged with any user customized assets
// singleton - if the generated assets should be merged into a single dialog
// feeback - a callback for status and progress and generation happens
await generate(
generateParams.schemaPath,
generateParams.prefix,
Expand Down

0 comments on commit 91001c1

Please sign in to comment.