You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Inabrowser, inthe [Azureportal](https://portal.azure.com), find your bot's **Application Insights** resource. Its name will have most of the bot's name, then random characters at the end of the name, such as `luis-nodejs-bot-johnsmithxqowom`.
148
+
1. Inabrowser, inthe [Azureportal](https://portal.azure.com), find your bot's **Application Insights** resource. Its name will have most of the bot's name, then random characters at the end of the name, such as `luis-csharp-bot-johnsmithxqowom`.
## Query Application Insights for intent, score, and utterance
170
171
ApplicationInsightsgivesyouthepowertoquerythedatawiththe [Kusto](https://docs.microsoft.com/azure/application-insights/app-insights-analytics#query-data-in-analytics) language, as well as export it to [Power BI](https://powerbi.microsoft.com).
171
172
172
-
1. Select**LogAnalytics**. Anewwindowopenswithaquerywindowatthetopandadatatablewindowbelowthat. Ifyouhaveuseddatabasesbefore, thisarrangementisfamiliar. Thequeryrepresentsyourpreviousfiltereddata. The **CustomDimensions** columnhasthebotandLUISinformation.
173
+
1. Select**Log(Analytics)**. Anewwindowopenswithaquerywindowatthetopandadatatablewindowbelowthat. Ifyouhaveuseddatabasesbefore, thisarrangementisfamiliar. Thequeryrepresentsyourpreviousfiltereddata. The **CustomDimensions** columnhasthebotandLUISinformation.
173
174
1. Topulloutthetopintent, score, andutterance, addthefollowingjustabovethelastline (the `|top...` line) inthequerywindow:
Copy file name to clipboardExpand all lines: articles/cognitive-services/LUIS/luis-tutorial-bot-nodejs-appinsights.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -197,12 +197,12 @@ Open Application Insights to see the LUIS entries. It can take a few minutes for
197
197
1. When the resource opens, select **Search** and search for all data in the last **30 minutes** with the event type of **Trace**. Select the trace named **LUIS**.
198
198
1. The bot and LUIS information is available under **Custom Properties**.
199
199
200
-

200
+

201
201
202
202
## Query Application Insights for intent, score, and utterance
203
203
Application Insights gives you the power to query the data with the [Kusto](https://docs.microsoft.com/azure/application-insights/app-insights-analytics#query-data-in-analytics) language, as well as export it to [Power BI](https://powerbi.microsoft.com).
204
204
205
-
1. Select **Log Analytics**. A new window opens with a query window at the top and a data table window below that. If you have used databases before, this arrangement is familiar. The query represents your previous filtered data. The **CustomDimensions** column has the bot and LUIS information.
205
+
1. Select **Log (Analytics)**. A new window opens with a query window at the top and a data table window below that. If you have used databases before, this arrangement is familiar. The query represents your previous filtered data. The **CustomDimensions** column has the bot and LUIS information.
206
206
1. To pull out the top intent, score, and utterance, add the following just above the last line (the `|top...` line) in the query window:
0 commit comments