Example Skill to show use of the converse() method.
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.
- "You are stupid"
- "Will you shut up"
krisgesling
Example