Botframework-solutions: As a developer, I would like to have a VS template to create a new Skill dialog so I can get started sooner

Created on 30 Jan 2019  ·  3Comments  ·  Source: microsoft/botframework-solutions

Describe the solution you'd like
Similar to having templates for Skills, it would be nice if we had a template for a Skill Dialog that:

  • Inherits from SkillTemplateDialog
  • Creates the project constructor
  • Creates the response files and adds the t4 template
  • Creates simple multiprompt dialog (similar to the one created by the Skills template)

Describe alternatives you've considered
We manually create new dialogs today.

Most helpful comment

Already in the works!

All 3 comments

Already in the works!

You can have this in the typescript version right now :-)

The SkillDialog item template is included in the latest skill template vsix. The docs for how to use the template can be found here: https://github.com/Microsoft/AI/blob/master/solutions/Virtual-Assistant/docs/virtualassistant-skillenablement.md

Was this page helpful?
0 / 5 - 0 ratings