You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make sure we don't overuse intents, we should add a provider level to skills. This will improve the NLP model accuracy.
In this way, a "Music" skill can be created with nearly the same intents but for different providers such as Spotify, Pandora, Deezer, etc.
The provider can be defined on the fly using slot filling/entity annotation on the utterance sample.
A provider is set by default in the config of the skill.
Build facade system for SDKs so it becomes a common practice when developing skills with providers?
Make use of enum entities to define a provider?
The text was updated successfully, but these errors were encountered:
To make sure we don't overuse intents, we should add a provider level to skills. This will improve the NLP model accuracy.
In this way, a "Music" skill can be created with nearly the same intents but for different providers such as Spotify, Pandora, Deezer, etc.
The text was updated successfully, but these errors were encountered: