rhasspy / rhasspy-server-hermes

Web server interface to Rhasspy with Hermes back-end
MIT License
4 stars 18 forks source link

Low-level modules should handle NluIntentParsed instead of NluIntent #11

Open daniele-athome opened 4 years ago

daniele-athome commented 4 years ago

This is one of a series of patches for moving handling of NluIntent messages from the NLU modules to the Dialogue Manager, according to the Hermes protocol.

maxbachmann commented 4 years ago

I think here NluIntent makes kind of sence (it's listening for it), since it shows the json to the user aswell, so he knows how the message object looks.