Dialogs and supporting declarative assets to handle "help" and "cancel" utterances.
Once you've installed the package using Bot Framework Composer, you'll want to perform the steps outlined below.
To add your "CancelDialog" dialog:
- From the Design tab in Composer, add a new "Intent Recognized" trigger to your root dialog.
- Name your trigger "Cancel"
- Add some example utterances for your language model (for example "Cancel", "Quit", "Go back" etc.)
- Click "Submit" to add the trigger.
- Click the "+" button, and then "Dialog Management" > "Begin a new dialog".
- In the "Dialog Name" dropdown select the "CancelDialog" option.
Repeat the above steps for the Help dialog. You may choose to use an "Unknown intent" trigger if you wish to respond to any unknown user utterances with the help dialog.
The dialogs contained in this package are examples for handling help and cancel utterances from your users. You'll want to customize their messages and trigger intents to meet your needs.
If you encounter any issues with this package, or would like to share any feedback please open an Issue in our GitHub repository.