Skip to content

Commit 0b17150

Browse files
committed
border on images
1 parent e3232d9 commit 0b17150

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

articles/cognitive-services/LUIS/get-started-portal-build-app.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ In this quickstart, you build a new app in the LUIS portal. First, create the ba
1616

1717
1. Select **+ New app for conversation** from the context toolbar, then select **New app for conversation**.
1818

19-
[![Create new app in LUIS portal](./media/create-app-in-portal.png)](./media/create-app-in-portal.png#lightbox)
19+
> [!div class="mx-imgBorder"]
20+
> [![Create new app in LUIS portal](./media/create-app-in-portal.png)](./media/create-app-in-portal.png#lightbox)
2021
2122
1. In the pop-up window, configure the app with the following settings and then select **Done**.
2223

@@ -57,7 +58,8 @@ You add example utterances after you create intents. Example utterances are text
5758

5859
For this example application's `FindForm` intent, example utterances will include the form number. The client application needs the form number to fulfill the user's request, so it's important to include it in the utterance.
5960

60-
[![Enter example utterances for the FindForm intent](./media/get-started-portal-build-app/add-example-utterance.png)](./media/get-started-portal-build-app/add-example-utterance.png#lightbox)
61+
> [!div class="mx-imgBorder"]
62+
> [![Enter example utterances for the FindForm intent](./media/get-started-portal-build-app/add-example-utterance.png)](./media/get-started-portal-build-app/add-example-utterance.png#lightbox)
6163
6264
Add the following 15 example utterances to the `FindForm` intent.
6365

@@ -134,7 +136,8 @@ The **None** intent's example utterances should be outside of your client applic
134136

135137
The entity is marked where it appears in the example utterances. If you want to see the original text instead of the entity name, toggle **Entities View** from the toolbar.
136138

137-
[![All example utterances marked with entities](./media/get-started-portal-build-app/all-example-utterances-marked-with-entities.png)](./media/get-started-portal-build-app/all-example-utterances-marked-with-entities.png#lightbox)
139+
> [!div class="mx-imgBorder"]
140+
> [![All example utterances marked with entities](./media/get-started-portal-build-app/all-example-utterances-marked-with-entities.png)](./media/get-started-portal-build-app/all-example-utterances-marked-with-entities.png#lightbox)
138141
139142
## Test your new app with the interactive test pane
140143

@@ -148,7 +151,8 @@ Use the interactive **Test** pane in the LUIS portal to validate that the entity
148151

149152
Select **Inspect** to see entity predictions.
150153

151-
![Test new utterance in test pane](./media/get-started-portal-build-app/test-new-utterance.png)
154+
> [!div class="mx-imgBorder"]
155+
> ![Test new utterance in test pane](./media/get-started-portal-build-app/test-new-utterance.png)
152156
153157
The top predicted intent is correctly **FindForm** with over 90% confidence (0.977). The **Human Resources Form Number** entity is extracted with a value of hrf-234098.
154158

0 commit comments

Comments
 (0)