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
This app has a few intents. The first intent, **`GetJobInformation`**, identifies when a user wants information about jobs available inside a company. The second intent, **`None`**, identifies every other type of utterance. Later in the quickstart, a third intent, `ApplyForJob`, is added.
@@ -46,8 +46,6 @@ This app has a few intents. The first intent, **`GetJobInformation`**, identifie
46
46
47
47
4. When that process finishes, the app shows the **Intents** page with the **None** Intent.
48
48
49
-
[](media/luis-quickstart-intents-only/intents-list.png#lightbox)
50
-
51
49
## Create GetJobInformation intention
52
50
1. Select **Create new intent**. Enter the new intent name `GetJobInformation`. This intent is predicted any time a user wants information about open jobs in your company.
53
51
@@ -86,16 +84,16 @@ This app has a few intents. The first intent, **`GetJobInformation`**, identifie
Training is complete when you see the green status bar at the top of the website confirming success.
87
+
2. Training is complete when you see the green status bar at the top of the website confirming success.
90
88
91
89

92
90
93
-
2. In the top, right side of the LUIS website, select the **Publish** button to open the Publish page. The production slot is selected by default. Select the **Publish** button by the production slot choice. Publishing is complete when you see the green status bar at the top of the website confirming success.
91
+
## Publish app to endpoint
94
92
95
-
You do not have to create a LUIS endpoint key in the Azure portal before you publish or before you test the endpoint URL. Every LUIS app has a free starter key for authoring. It gives you unlimited authoring and a [few endpoint hits](luis-boundaries.md#key-limits).
93
+
[!include[LUIS How to Publish steps](../../../includes/cognitive-services-luis-tutorial-how-to-publish.md)]
96
94
97
95
## Query endpoint for GetJobInformation intent
98
-
1.On the **Publish** page, select the **endpoint** link at the bottom of the page. This action opens another browser window with the endpoint URL in the address bar.
96
+
1.[!include[LUIS How to get endpoint first step](../../../includes/cognitive-services-luis-tutorial-how-to-get-endpoint.md)]
99
97
100
98
2. Go to the end of the URL in the address and enter `I'm looking for a job with Natual Language Processing`. The last query string parameter is `q`, the utterance **query**. This utterance is not the same as any of the example utterances in step 4 so it is a good test and should return the `GetJobInformation` intent as the top scoring intent.
101
99
@@ -148,7 +146,10 @@ Return to the browser tab for the LUIS website and create a new intention to app
148
146
[Train and publish](#train-and-publish-the-app) again.
149
147
150
148
## Query endpoint for ApplyForJob intent
151
-
On the **Publish** page, select the **endpoint** link at the bottom of the page. In the new browser window, enter `Can I submit my resume for job 235986` at the end of the URL.
149
+
150
+
1. [!include[LUIS How to get endpoint first step](../../../includes/cognitive-services-luis-tutorial-how-to-get-endpoint.md)]
151
+
152
+
2. In the new browser window, enter `Can I submit my resume for job 235986` at the end of the URL.
0 commit comments