This repository has been archived by the owner on May 6, 2022. It is now read-only.
v5.5.0
space-pope
released this
10 Jun 17:31
·
193 commits
to master
since this release
Features
- new TTS event for playback completion
ThePLAYBACK_COMPLETE
notifies listeners when the media player has finished playing TTS prompts so that ASR can be reactivated if desired.
Fixes
- (NLU) If a slot value recognized in an utterance is not valid according to the model metadata, a
Slot
with anull
value will be returned in order to avoid failing the entire classification with an exception.