Skip to content

Commit 396af09

Browse files
committed
tweek h1
1 parent 6c186da commit 396af09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 06/16/2019
1313
ms.author: diberry
1414
---
1515

16-
# Add LUIS results to Application Insights with a Bot in C#
16+
# Add LUIS results to Application Insights from a Bot in C#
1717

1818
This tutorial adds bot and Language Understanding 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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 06/16/2019
1313
ms.author: diberry
1414
---
1515

16-
# Add bot telemetry to Application Insights with Node.js
16+
# Add LUIS results to Application Insights from a Bot in Node.js
1717
This tutorial adds bot and Language Understanding 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

1919
In this tutorial, you learn how to:

0 commit comments

Comments
 (0)