botfront / rasa-addons

A set of 🚀🚀🚀 components to be used with Botfront and/or Rasa
https://botfront.io
Apache License 2.0
131 stars 37 forks source link

add fallback rule (issue #6) #10

Closed mmxmb closed 6 years ago

mmxmb commented 6 years ago

Fallback rule implementation for disambiguation policy (issue 6)

I implemented both fallback and disambiguation rules as optional. If both rules are defined, fallback has precedence.

Also provided test coverage for the new rule similar to the existing tests for disambiguation. Other details are in updated readme.

This change is incompatible with existing rules yaml files since the disambiguation policy schema was changed.