Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

v5.5.0

Compare
Choose a tag to compare
@space-pope space-pope released this 10 Jun 17:31
· 193 commits to master since this release
e41d855

Features

  • new TTS event for playback completion
    The PLAYBACK_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 a null value will be returned in order to avoid failing the entire classification with an exception.