Generators: Template that uses regex recognizer & commands
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
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.
Confirmed offline with Scott this is intended to ship as a sample and not a formal template.
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.