Connecting to the application
Connection system intents
- Select skills list, that contains intents selected in System intents document
- Add skills to
nlu.skills
list in .dashaapp
file - Start your application and enjoy NLU!
Connecting custom intents
- Create
data.json
file in one folder with your .dashaapp
file - Add custom intents and/or custom entities to
data.json
- Add path to dataset file
data.json
to section nlu.customIntents
in dashaapp
file - Start your application and enjoy NLU!
- Improve your model to achieve better results - Improving models