|
1 | 1 | ---
|
2 |
| -title: Create a LUIS app that returns sentiment analysis - Azure | Microsoft Docs |
3 |
| -description: Learn how to add sentiment analysis to your LUIS app to analyze utterances for positive, negative, and neutral feelings. |
| 2 | +title: Tutorial to create a LUIS app that returns sentiment analysis - Azure | Microsoft Docs |
| 3 | +description: In this tutorial, learn how to add sentiment analysis to your LUIS app to analyze utterances for positive, negative, and neutral feelings. |
4 | 4 | services: cognitive-services
|
5 | 5 | author: v-geberr
|
6 | 6 | manager: kaiqb
|
7 | 7 |
|
8 | 8 | ms.service: cognitive-services
|
9 | 9 | ms.component: luis
|
10 |
| -ms.topic: quickstart |
| 10 | +ms.topic: tutorial |
11 | 11 | ms.date: 05/07/2018
|
12 | 12 | ms.author: v-geberr
|
13 | 13 | #Customer intent: As a new user, I want to understand what sentiment is conveyed in a user's utterances.
|
14 | 14 |
|
15 | 15 | ---
|
16 | 16 |
|
17 |
| -# Quickstart: Create app that returns sentiment along with intent prediction |
18 |
| -In this quickstart, create an app that demonstrates how to extract positive, negative, and neutral sentiment from utterances. |
| 17 | +# Tutorial: Create app that returns sentiment along with intent prediction |
| 18 | +In this tutorial, create an app that demonstrates how to extract positive, negative, and neutral sentiment from utterances. |
| 19 | + |
| 20 | +<!-- green checkmark --> |
| 21 | +> [!div class="checklist"] |
| 22 | +> * Understand hierarchical entities and contextually learned children |
| 23 | +> * Create new LUIS app for travel domain with Bookflight intent |
| 24 | +> * Add _None_ intent and add example utterances |
| 25 | +> * Add location hierarchical entity with origin and destination children |
| 26 | +> * Train, and publish app |
| 27 | +> * Query endpoint of app to see LUIS JSON response including hierarchical children |
19 | 28 |
|
20 | 29 | For this article, you need a free [LUIS][LUIS] account in order to author your LUIS application.
|
21 | 30 |
|
@@ -143,8 +152,8 @@ When no longer needed, delete the LUIS app. To do so, select the three dot menu
|
143 | 152 |
|
144 | 153 | ## Next steps
|
145 | 154 |
|
146 |
| -[Call LUIS endpoint API with C#](luis-get-started-cs-get-intent.md). |
147 |
| - |
| 155 | +> [!div class="nextstepaction"] |
| 156 | +> [Call LUIS endpoint API with C#](luis-get-started-cs-get-intent.md) |
148 | 157 |
|
149 | 158 | <!--References-->
|
150 | 159 | [LUIS]:luis-reference-regions.md#luis-website
|
|
0 commit comments