Skip to content

Commit 878a87f

Browse files
authored
Merge pull request #97411 from jaydeepn/patch-13
Updated query
2 parents 0c234a4 + 17d4db0 commit 878a87f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/cognitive-services/QnAMaker/How-To/get-analytics-knowledge-base.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ QnA Maker stores all chat logs and other telemetry, if you have enabled Applicat
3434
| join kind= inner (
3535
traces | extend id = operation_ParentId
3636
) on id
37+
| where message == "QnAMaker GenerateAnswer"
3738
| extend question = tostring(customDimensions['Question'])
3839
| extend answer = tostring(customDimensions['Answer'])
3940
| extend score = tostring(customDimensions['Score'])

0 commit comments

Comments
 (0)