Skip to content

Commit 78a5069

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into update-images
2 parents 11f1200 + 1bfe9e8 commit 78a5069

7 files changed

+124
-124
lines changed

articles/cognitive-services/LUIS/luis-csharp-tutorial-build-bot-framework-sample.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@ ms.custom: seodec18
99
ms.service: cognitive-services
1010
ms.subservice: language-understanding
1111
ms.topic: article
12-
ms.date: 01/09/2019
12+
ms.date: 05/30/2019
1313
ms.author: diberry
1414
---
1515

1616
# LUIS bot in C# with the Bot Framework 3.x and the Azure Web app bot
1717

1818
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.
1919

20+
A [Bot Framework 4.x with LUIS tutorial](luis-csharp-tutorial-bf-v4.md) is also available.
21+
2022
## Prerequisite
2123

2224
* [HomeAutomation LUIS app](luis-get-started-create-app.md). The intents from this LUIS app map to the bot's dialog handlers.

articles/cognitive-services/LUIS/luis-nodejs-tutorial-build-bot-framework-sample.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@ ms.custom: seodec18
99
ms.service: cognitive-services
1010
ms.subservice: language-understanding
1111
ms.topic: article
12-
ms.date: 01/30/2019
12+
ms.date: 05/30/2019
1313
ms.author: diberry
1414
---
1515

1616
# LUIS bot in Node.js with the Bot Framework 3.x and the Azure Web app bot
1717

1818
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.
1919

20+
A [Bot Framework 4.x with LUIS tutorial](luis-nodejs-tutorial-bf-v4.md) is also available.
21+
2022
## Prerequisite
2123

2224
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
9395

9496
![Update the LUIS app ID in Azure](./media/luis-tutorial-node-bot/bot-service-app-id.png)
9597

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**.
9799

98100
1. Find the LUIS app you previously created, that contains the intents and entities from the HomeAutomation domain.
99101

@@ -231,7 +233,7 @@ bot.dialog('TurnOff',
231233
```
232234
## Test the bot
233235

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.
235237
![Test HomeAutomation bot in Web Chat](./media/luis-tutorial-node-bot/bot-service-chat-results.png)
236238

237239
> [!TIP]

articles/cognitive-services/LUIS/luis-tutorial-bot-csharp-appinsights.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ ms.custom: seodec18
99
ms.service: cognitive-services
1010
ms.subservice: language-understanding
1111
ms.topic: article
12-
ms.date: 01/23/2019
12+
ms.date: 05/30/2019
1313
ms.author: diberry
1414
---
1515

1616
# Add LUIS results to Application Insights with a Bot in C#
1717

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.
1919

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.
2121

2222
In this tutorial, you learn how to:
2323

@@ -199,7 +199,7 @@ Open Application Insights to see the LUIS entries.
199199

200200
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.
201201

202-
![Search for app insights in the Azure Portal](./media/luis-tutorial-bot-csharp-appinsights/portal-service-list-app-insights.png)
202+
![Search for app insights in the Azure portal](./media/luis-tutorial-bot-csharp-appinsights/portal-service-list-app-insights.png)
203203

204204
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.
205205

@@ -216,7 +216,7 @@ Open Application Insights to see the LUIS entries.
216216

217217
## Query Application Insights for intent, score, and utterance
218218

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).
220220

221221
1. Click on **Analytics** at the top of the dependency listing, above the filter box.
222222

@@ -238,7 +238,7 @@ Application Insights gives you the power to query the data with the [Kusto](http
238238

239239
![Custom analytics report](./media/luis-tutorial-bot-csharp-appinsights/analytics-query-2.png)
240240

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 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).
242242

243243
## Learn more about Bot Framework
244244

articles/cognitive-services/LUIS/luis-tutorial-function-appinsights.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ ms.custom: seodec18
99
ms.service: cognitive-services
1010
ms.subservice: language-understanding
1111
ms.topic: article
12-
ms.date: 01/23/2019
12+
ms.date: 05/30/2019
1313
ms.author: diberry
1414
---
1515

1616
# 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.
1818

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.
2020

2121
In this tutorial, you learn how to:
2222

2323
> [!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
2727
2828
## Prerequisites
2929

@@ -107,7 +107,7 @@ Open Application Insights to see the LUIS entries.
107107

108108
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.
109109

110-
![[Search for app insights in the Azure Portal](./media/luis-tutorial-appinsights/search-for-app-insights.png)
110+
![[Search for app insights in the Azure portal](./media/luis-tutorial-appinsights/search-for-app-insights.png)
111111

112112
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.
113113

@@ -124,7 +124,7 @@ Open Application Insights to see the LUIS entries.
124124
> If you want to save the dependency list and return to it later, click on **...More** and click **Save favorite**.
125125

126126
## 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).
128128

129129
1. Click on **Analytics** at the top of the dependency listing, above the filter box.
130130

@@ -147,7 +147,7 @@ Application Insights gives you the power to query the data with the [Kusto](http
147147
![Analytics top intent](./media/luis-tutorial-appinsights/app-insights-top-intent.png)
148148

149149

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).
151151

152152
## Next steps
153153

articles/cognitive-services/LUIS/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
displayName: roles
8484
- name: Extract free-form data
8585
href: luis-tutorial-pattern-any.md
86-
- name: Use bot
86+
- name: Use V4 bot framework
8787
items:
8888
- name: With C#
8989
href: luis-csharp-tutorial-bf-v4.md
@@ -198,7 +198,7 @@
198198
href: luis-tutorial-bing-spellcheck.md
199199
- name: With Speech service
200200
href: luis-tutorial-speech-to-intent.md
201-
- name: With a bot
201+
- name: Use V3 bot framework
202202
items:
203203
- name: Web app bot
204204
items:

0 commit comments

Comments
 (0)