Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 868 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 868 Bytes

Polite

Example Skill to show use of the converse() method.

About

A simple example Skill that shows how the converse() method can be used to take action on utterances before they reach the normal intent handling process.

This Skill catches any utterance that contains a word defined in vocab/lang-code/RudeWords.voc and responds. Or if no rude word is detected, allows Mycroft to respond normally.

For more details see the technical documentation on converse.

Examples

  • "You are stupid"
  • "Will you shut up"

Credits

krisgesling

Category

Example