Parsers

When writing skills for opsdroid there are multiple parsers you can use for matching messages to your functions.

  • Regular Expression
    • opsdroid.skills.match_regex
  • API.AI
    • opsdroid.skills.match_apiai_action
    • opsdroid.skills.match_apiai_intent
  • Crontab
    • opsdroid.skills.match_crontab
  • Webhook
    • opsdroid.skills.match_webhook