Skip to content

Commit 146dfef

Browse files
committed
[Cogsvcs] LUIS - remove ellipsis
1 parent eba1e84 commit 146dfef

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

articles/cognitive-services/LUIS/luis-how-to-add-features.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ You can add features to your LUIS app to improve its accuracy. Features help LUI
4141
<a name="deactivate-phrase-list"></a>
4242

4343
> [!Note]
44-
> You can edit, delete, or deactivate a phrase list from the ellipsis (***...***) button at the end of the row of eac phrase list.
44+
> You can delete, or deactivate a phrase list from the contextual toolbar on the **Phrase lists** page.
4545
4646
## Pattern (regular expression) feature
4747
**This feature is deprecated**. New pattern features cannot be added to LUIS. Any existing pattern features are supported until May 2018. Contribute to standard LUIS regular expression matching with a PR to the [Recognizers-Text Github repository](https://github.com/Microsoft/Recognizers-Text).

articles/cognitive-services/LUIS/luis-quickstart-intent-and-hier-entity.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ In order to see the entire utterance and mark the hierarchical children, tempora
5757

5858
2. Select **Entities** from the left menu.
5959

60-
3. Select the ellipsis ***(...)*** button to the right of the number entity in the list. Select **Delete**.
60+
3. Select the checkbox to the left of the number entity in the list. Select **Delete**.
6161

6262
## Add utterances to MoveEmployee intent
6363

articles/cognitive-services/LUIS/luis-resources-faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ If your app existed before LUIS was generally available (GA), LUIS endpoint keys
129129
To transfer a LUIS app to a different Azure subscription, export the LUIS app and import it using a new account. Update the LUIS app ID in the client application that calls it. The new app may return slightly different LUIS scores from the original app.
130130

131131
### How do I download a log of user utterances?
132-
By default, your LUIS app logs utterances from users. To download a log of utterances that users send to your LUIS app, go to **My Apps**, and click on the ellipsis (***...***) in the listing for your app. Then click **Export Endpoint Logs**. The log is formatted as a comma-separated value (CSV) file.
132+
By default, your LUIS app logs utterances from users. To download a log of utterances that users send to your LUIS app, go to **My Apps**, and select the app. In the contextual toolbar, select **Export Endpoint Logs**. The log is formatted as a comma-separated value (CSV) file.
133133

134134
### How can I disable the logging of utterances?
135135
You can turn off the logging of user utterances by setting `log=false` in the Endpoint URL that your client application uses to query LUIS. However, turning off logging disables your LUIS app's ability to suggest utterances or improve performance that's based on [active learning](luis-concept-review-endpoint-utterances.md#what-is-active-learning). If you set `log=false` because of data-privacy concerns, you can't download a record of those user utterances from LUIS or use those utterances to improve your app.

articles/cognitive-services/LUIS/luis-tutorial-speech-to-intent.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The correct intent, **GetEmployeeOrgChart**, was found with a 61% confidence. Th
116116
The Speech SDK returns the entire LUIS response.
117117

118118
## Clean up resources
119-
When no longer needed, delete the LUIS HumanResources app. To do so, select the ellipsis (***...***) button to the right of the app name in the app list, select **Delete**. On the pop-up dialog **Delete app?**, select **Ok**.
119+
When no longer needed, delete the LUIS HumanResources app. To do so, select the app, then in the contextual toolbar above the list, select **Delete**. On the pop-up dialog **Delete app?**, select **Ok**.
120120

121121
Remember to delete the LUIS-Samples directory when you are done using the sample code.
122122

0 commit comments

Comments
 (0)