Script to convert an watson conversation workspace to a LUIS Model, importing the Intents and Entities.
- donet core (https://www.microsoft.com/net/learn/get-started)
-
Clone the repository and go to the solution folder
-
Run the commmand
dotnet run --project Psbds.WLConverter.Console INPUT_FILE OUTPUT_DIRECTORY
Ex:
dotnet run --project Psbds.WLConverter.Console "D:/workspace-watson.json" "D:"