Skip to content

Commit 0e6b119

Browse files
authored
Merge pull request #110534 from nerajput1607/patch-1
Update get-analytics-knowledge-base.md
2 parents f90224c + a093450 commit 0e6b119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ traces | extend id = operation_ParentId
108108
| extend question = tostring(customDimensions['Question'])
109109
| extend answer = tostring(customDimensions['Answer'])
110110
| extend score = tostring(customDimensions['Score'])
111-
| where score == "0"
111+
| where score == "0" and message == "QnAMaker GenerateAnswer"
112112
| project timestamp, KbId, question, answer, score
113113
| order by timestamp desc
114114
```

0 commit comments

Comments
 (0)