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
Copy file name to clipboardExpand all lines: articles/cognitive-services/LUIS/luis-csharp-tutorial-build-bot-framework-sample.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,16 @@ ms.custom: seodec18
9
9
ms.service: cognitive-services
10
10
ms.subservice: language-understanding
11
11
ms.topic: article
12
-
ms.date: 01/09/2019
12
+
ms.date: 05/30/2019
13
13
ms.author: diberry
14
14
---
15
15
16
16
# LUIS bot in C# with the Bot Framework 3.x and the Azure Web app bot
17
17
18
18
Using C#, build a chat bot integrated with language understanding (LUIS). This chat bot uses the prebuilt HomeAutomation domain to quickly implement a bot solution. The bot is built with the Bot Framework 3.x and the Azure Web app bot.
19
19
20
+
A [Bot Framework 4.x with LUIS tutorial](luis-csharp-tutorial-bf-v4.md) is also available.
21
+
20
22
## Prerequisite
21
23
22
24
*[HomeAutomation LUIS app](luis-get-started-create-app.md). The intents from this LUIS app map to the bot's dialog handlers.
Copy file name to clipboardExpand all lines: articles/cognitive-services/LUIS/luis-nodejs-tutorial-build-bot-framework-sample.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,16 @@ ms.custom: seodec18
9
9
ms.service: cognitive-services
10
10
ms.subservice: language-understanding
11
11
ms.topic: article
12
-
ms.date: 01/30/2019
12
+
ms.date: 05/30/2019
13
13
ms.author: diberry
14
14
---
15
15
16
16
# LUIS bot in Node.js with the Bot Framework 3.x and the Azure Web app bot
17
17
18
18
Using Node.js, build a chat bot integrated with language understanding (LUIS). This chat bot uses the prebuilt HomeAutomation domain to quickly implement a bot solution. The bot is built with the Bot Framework 3.x and the Azure Web app bot.
19
19
20
+
A [Bot Framework 4.x with LUIS tutorial](luis-nodejs-tutorial-bf-v4.md) is also available.
21
+
20
22
## Prerequisite
21
23
22
24
Before you create the bot, follow the steps in [Create an app](./luis-get-started-create-app.md) to build the LUIS app that it uses.
@@ -93,7 +95,7 @@ Open **Application Settings** in the first browser window and edit the **LuisApp
93
95
94
96

95
97
96
-
If you don't have the LUIS app ID, log in to the [LUIS](luis-reference-regions.md) website using the same account you use to log in to Azure. Select on **My apps**.
98
+
If you don't have the LUIS app ID, sign in to the [LUIS](luis-reference-regions.md) website using the same account you use to sign in to Azure. Select on **My apps**.
97
99
98
100
1. Find the LUIS app you previously created, that contains the intents and entities from the HomeAutomation domain.
99
101
@@ -231,7 +233,7 @@ bot.dialog('TurnOff',
231
233
```
232
234
## Test the bot
233
235
234
-
In the Azure Portal, select on **Test in Web Chat** to test the bot. Try type messages like "Turn on the lights", and "turn off my heater" to invoke the intents that you added to it.
236
+
In the Azure portal, select on **Test in Web Chat** to test the bot. Try type messages like "Turn on the lights", and "turn off my heater" to invoke the intents that you added to it.
235
237

Copy file name to clipboardExpand all lines: articles/cognitive-services/LUIS/luis-tutorial-bot-csharp-appinsights.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,15 @@ ms.custom: seodec18
9
9
ms.service: cognitive-services
10
10
ms.subservice: language-understanding
11
11
ms.topic: article
12
-
ms.date: 01/23/2019
12
+
ms.date: 05/30/2019
13
13
ms.author: diberry
14
14
---
15
15
16
16
# Add LUIS results to Application Insights with a Bot in C#
17
17
18
-
This tutorial adds LUIS response information to [Application Insights](https://azure.microsoft.com/services/application-insights/) telemetry data storage. Once you have that data, you can query it with the Kusto language or PowerBi to analyze, aggregate, and report on intents, and entities of the utterance in real-time. This analysis helps you determine if you should add or edit the intents and entities of your LUIS app.
18
+
This tutorial adds LUIS response information to [Application Insights](https://azure.microsoft.com/services/application-insights/) telemetry data storage. Once you have that data, you can query it with the Kusto language or Power BI to analyze, aggregate, and report on intents, and entities of the utterance in real-time. This analysis helps you determine if you should add or edit the intents and entities of your LUIS app.
19
19
20
-
The bot is built with the Bot Framework 3.x and the Azure Web app bot.
20
+
The bot is built with the Bot Framework 3.x and the Azure Web app bot. A [Bot Framework 4.x with LUIS tutorial](luis-csharp-tutorial-bf-v4.md) is also available.
21
21
22
22
In this tutorial, you learn how to:
23
23
@@ -199,7 +199,7 @@ Open Application Insights to see the LUIS entries.
199
199
200
200
1. In the portal, select **All resources** then filter by the web app bot name. Click on the resource with the type **Application Insights**. The icon for Application Insights is a light bulb.
201
201
202
-

202
+

203
203
204
204
2. When the resource opens, click on the **Search** icon of the magnifying glass in the far right panel. A new panel to the right displays. Depending on how much telemetry data is found, the panel may take a second to display. Search for `LUIS`. The list is narrowed to just LUIS query results added with this tutorial.
205
205
@@ -216,7 +216,7 @@ Open Application Insights to see the LUIS entries.
216
216
217
217
## Query Application Insights for intent, score, and utterance
218
218
219
-
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 [PowerBI](https://powerbi.microsoft.com).
219
+
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).
220
220
221
221
1. Click on **Analytics** at the top of the dependency listing, above the filter box.
222
222
@@ -238,7 +238,7 @@ Application Insights gives you the power to query the data with the [Kusto](http
Learn more about the [Kusto query language](https://docs.microsoft.com/azure/log-analytics/query-language/get-started-queries) or [export the data to PowerBi](https://docs.microsoft.com/azure/application-insights/app-insights-export-power-bi).
241
+
Learn more about the [Kusto query language](https://docs.microsoft.com/azure/log-analytics/query-language/get-started-queries) or [export the data to Power BI](https://docs.microsoft.com/azure/application-insights/app-insights-export-power-bi).
Copy file name to clipboardExpand all lines: articles/cognitive-services/LUIS/luis-tutorial-function-appinsights.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,21 +9,21 @@ ms.custom: seodec18
9
9
ms.service: cognitive-services
10
10
ms.subservice: language-understanding
11
11
ms.topic: article
12
-
ms.date: 01/23/2019
12
+
ms.date: 05/30/2019
13
13
ms.author: diberry
14
14
---
15
15
16
16
# Add LUIS results to Application Insights and Azure functions
17
-
This tutorial adds LUIS request and response information to [Application Insights](https://azure.microsoft.com/services/application-insights/) telemetry data storage. Once you have that data, you can query it with the Kusto language or PowerBi to analyze, aggregate, and report on intents, and entities of the utterance in real-time. This analysis helps you determine if you should add or edit the intents and entities of your LUIS app.
17
+
This tutorial adds LUIS request and response information to [Application Insights](https://azure.microsoft.com/services/application-insights/) telemetry data storage. Once you have that data, you can query it with the Kusto language or Power BI to analyze, aggregate, and report on intents, and entities of the utterance in real-time. This analysis helps you determine if you should add or edit the intents and entities of your LUIS app.
18
18
19
-
The bot is built with the Bot Framework 3.x and the Azure Web app bot.
19
+
The bot is built with the Bot Framework 3.x and the Azure Web app bot. A [Bot Framework 4.x with LUIS tutorial](luis-nodejs-tutorial-bf-v4.md) is also available.
20
20
21
21
In this tutorial, you learn how to:
22
22
23
23
> [!div class="checklist"]
24
-
> * Add Application Insights library to a web app bot
25
-
> * Capture and send LUIS query results to Application Insights
26
-
> * Query Application Insights for top intent, score, and utterance
24
+
> * Add Application Insights library to a web app bot
25
+
> * Capture and send LUIS query results to Application Insights
26
+
> * Query Application Insights for top intent, score, and utterance
27
27
28
28
## Prerequisites
29
29
@@ -107,7 +107,7 @@ Open Application Insights to see the LUIS entries.
107
107
108
108
1. In the portal, select **All resources** then filter by the web app bot name. Click on the resource with the type **Application Insights**. The icon for Application Insights is a light bulb.
109
109
110
-

110
+

111
111
112
112
2. When the resource opens, click on the **Search** icon of the magnifying glass in the far right panel. A new panel to the right displays. Depending on how much telemetry data is found, the panel may take a second to display. Search for `LUIS-results` and hit enter on the keyboard. The list is narrowed to just LUIS query results added with this tutorial.
113
113
@@ -124,7 +124,7 @@ Open Application Insights to see the LUIS entries.
124
124
> If you want to save the dependency list and return to it later, click on **...More** and click **Save favorite**.
125
125
126
126
## Query Application Insights for intent, score, and utterance
127
-
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 [PowerBI](https://powerbi.microsoft.com).
127
+
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).
128
128
129
129
1. Click on **Analytics** at the top of the dependency listing, above the filter box.
130
130
@@ -147,7 +147,7 @@ Application Insights gives you the power to query the data with the [Kusto](http
147
147

148
148
149
149
150
-
Learn more about the [Kusto query language](https://docs.microsoft.com/azure/log-analytics/query-language/get-started-queries) or [export the data to PowerBi](https://docs.microsoft.com/azure/application-insights/app-insights-export-power-bi).
150
+
Learn more about the [Kusto query language](https://docs.microsoft.com/azure/log-analytics/query-language/get-started-queries) or [export the data to Power BI](https://docs.microsoft.com/azure/application-insights/app-insights-export-power-bi).
0 commit comments