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-how-to-use-dashboard.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ The app dashboard enables you to monitor your app at a single glance. The **Dash
23
23
The **Dashboard** page gives you an overview of the LUIS app including the current model state as well as [endpoint](luis-glossary.md#endpoint) usage over time. <!--The following image shows the **Dashboard** page.-->
The dashboard displays the total numbers of intents, entities, and labeled utterances existing in the app.
40
40
41
-

41
+

42
42
43
43
## Endpoint hits
44
44
The dashboard displays the total endpoint hits that the LUIS app receives and enables you to display hits within a period that you specify. The total number of hits displayed is the sum of endpoint hits that use an [Endpoint key](./luis-concept-keys.md#endpoint-key) and endpoint hits that use an [Authoring key](./luis-concept-keys.md#authoring-key).
45
45
46
46
<!-- TBD: this image is old but I don't have a new one based on usage -->
> The most current endpoint hit count is in the Azure portal on the LUIS service overview.
@@ -57,35 +57,35 @@ The number of hits received within a past period, displayed per day. The points
57
57
58
58
To select a period to view on the chart:
59
59
60
-
1. Click **Additional Settings** to access the periods list. You can select periods ranging from one week up to one year.
60
+
1. Click **Additional Settings** to access the periods list. You can select periods ranging from one week up to one year.
61
61
62
-

62
+

63
63
64
-
2. Select a period from the list and then click the back arrow  to display the chart.
64
+
2. Select a period from the list and then click the back arrow  to display the chart.
65
65
66
66
### Key usage
67
67
The number of hits consumed from the application's subscription key. For more information about subscription keys, see [Keys in LUIS](luis-concept-keys.md).
68
68
69
69
## Intent breakdown
70
70
The **Intent Breakdown** displays a breakdown of intents based on labeled utterances or endpoint hits. This summary graph shows the relative importance of each intent in the app. When you hover your mouse pointer over a slice, you see the intent name and the percentage it represents of the total count of labeled utterances/endpoint hits.
To control whether the breakdown is based on labeled utterances or endpoint hits:
75
75
76
-
1. Click **Additional Settings** to access the list as in the following image:
76
+
1. Click **Additional Settings** to access the list as in the following image:
2. Select a value from the list and then click the back arrow  to display the chart.
80
80
81
81
## Entity breakdown
82
82
The dashboard displays a breakdown of entities based on labeled utterances or endpoint hits. This summary graph shows the relative importance of each entity in the app. When you hover your mouse pointer over a slice, you see the entity name and the percentage in labeled utterances/endpoint hits.
To control whether the breakdown is based on labeled utterances or endpoint hits:
87
87
88
-
1. Click **Additional Settings** to access the list as in the following image:
88
+
1. Click **Additional Settings** to access the list as in the following image:
2. Select a value from the list and then click the back arrow  to display the chart accordingly.
2. Select a value from the list and then click the back arrow  to display the chart accordingly.
0 commit comments