botframework-components icon indicating copy to clipboard operation
botframework-components copied to clipboard

Generators: Template that uses regex recognizer & commands

Open peterinnesmsft opened this issue 3 years ago • 3 comments

Summary

The base bot for all bots that do not want to use a language recognizer, but instead build their bot around a set of commands. Must be configured to not use a recognizer. Include cards w/ message back actions for 1-2 example commands (help & echo?).

Package Details

  • Package Name - @microsoft/generator-bot-command-list
  • Display Name - Command List
  • Description - TBD
  • Keywords - TBD
  • Supported Languages - C#
  • Supported Locales - en-US

Components

The following list of components should be referenced out of the box:

None.

Additional Requirements

TBD


Design and Engineering Items

The following tasks must be completed (create links to separate issues) for the feature to be considered design and code complete:

  • [ ] Implement template
  • [ ] Unit tests
  • [ ] Onboard stub 0.0.0 package to npm
  • [ ] Setup CI build and publish pipelines for package

Acceptance Criteria

The following criteria must be met in order for the feature to be considered completed:

  • [ ] Write acceptance criteria

peterinnesmsft avatar Mar 10 '21 23:03 peterinnesmsft

Per @ryanlengel, the belief is that this will ultimately ship as a sample instead of a template generator. We should determine what additional follow-up is required here, if any.

peterinnesmsft avatar Mar 11 '21 00:03 peterinnesmsft

Confirmed offline with Scott this is intended to ship as a sample and not a formal template.

peterinnesmsft avatar Mar 22 '21 19:03 peterinnesmsft

I'm fine with this being on the backlog, but we will need to ship a template that uses regular expressions and commands as the recognizer, rather than LUIS.

clearab avatar Mar 22 '21 21:03 clearab