diff --git a/src/cs/IntentRecognition/CLURecognizerService.cs b/src/cs/IntentRecognition/CLURecognizerService.cs index 605968be..2dc206cc 100644 --- a/src/cs/IntentRecognition/CLURecognizerService.cs +++ b/src/cs/IntentRecognition/CLURecognizerService.cs @@ -75,6 +75,8 @@ public void ParseCLUJsonResponseStream(Stream stream, out string intentId, out D JsonElement prediction = responseTaskResult.GetProperty("result").GetProperty("prediction"); JsonElement projectKind = prediction.GetProperty("projectKind"); + entities["__LU__.json"] = responseTaskResult.ToString(); + if (projectKind.GetString() == "Orchestration") { var respondingProjectName = prediction.GetProperty("topIntent").GetString();