SDiFI / masdif

Manager for Spoken Dialog Framework
Apache License 2.0
1 stars 0 forks source link

Develop intuition for messages that start with /<something> #29

Open lumpidu opened 1 year ago

lumpidu commented 1 year ago

Rasa interprets /<something>{"Entity1":"value1", ...} as a direct call to an intent with name <something> and passing parameters as entities. This is how buttons are implemented. This also completely bypasses NLU.

We should not simply pass on all direct intent calls, but make the following configurable: