SDiFI / masdif

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

Fix MOTD handling of the SDiFI Rasa's motd intent #28

Closed lumpidu closed 1 year ago

lumpidu commented 1 year ago

Parsing the returned message was left out.

Now we parse the returned message and provide error handling in case the returned message struct doesn't match the expected format.

Provide default MOTD in case the provided language of the request doesn't match the MOTD returned by Rasa.

Tested together with the latest webchat widget.