Back to Doc Gov

Application Insights

traces
| where message contains "GenerateAnswer"
| extend input = tostring(customDimensions.Question),
        answer = tostring(customDimensions.Answer),
        scoreInt = toint(round(todouble(customDimensions.Score))),
        convoId = substring(itemId, 0, 7)