Connecting to the application

Connection system intents

  1. Select skills list, that contains intents selected in System intents document
  2. Add skills to nlu.skills list in .dashaapp file
  3. Start your application and enjoy NLU!

Connecting custom intents

  1. Create data.json file in one folder with your .dashaapp file
  2. Add custom intents and/or custom entities to data.json
  3. Add path to dataset file data.json to section nlu.customIntents in dashaapp file
  4. Start your application and enjoy NLU!
  5. Improve your model to achieve better results - Improving models