I've created a bot using javascript and the botbuilder-ai package. I've added telemetry to the bot and it's logging the properties except the score. Checking the source code here I can see that it's added as a metric but I can't find it in customEvents - 'QnaMessage' nor under customMetrics, if it's supposed to be there.
Can someone guide me as to where the score is logged? I need the score to create some queries for my dashboard.
The score is not present in customDimensions as shown below.