Currently, we don't log KeyPhrases from LUIS telemetry.
Add KeyPhrases to results that get logged into Application Insights.
Dotnet SDK
Javascript SDK
Samples
Docs
Tools
[dcr]
@daveta since you're now a LUIS dev, how about helping? :-).
This must have been fixed a while back - I just tested and keyPhrase is a form of entity, and those flow all the way back to the Luis Recognizer and correctly gets logged into Application Insights. We can consider that we introduce type (in the underlying Luis Recognizer), but don't really see a need at this point - the chance of collision is pretty low.
(Also, this is in both js and C# - and the key phrase itself does flow through. I think when this bug was logged, some prebuilt types were being filtered out at the recognizer level).
Most helpful comment
@daveta since you're now a LUIS dev, how about helping? :-).