Microsoft LUIS and Teneo in 10 minutes
Connect your LUIS application to Teneo
Now it's time to build a bridge between your LUIS solution and Teneo. This will make your solution to bypass Teneo's native classifier together with it's classes inside Class Manager and instead use LUIS native intent classifier.
The first step is to add LuisPredict.groovy to your solutions file resources. This .groovy file contains the needed code to make this possible.
- While inside the Resources section, select 'File' located at the top.
- Use 'Add' on the upper right to add the .groovy file. Alternatively, you may drag and drop it.
- Change the Published Location to
/script_lib
. - Hit 'Save'.
Was this page helpful?