Skip to content

Commit 5ff65fa

Browse files
committed
acrolinx
1 parent 4e74a0c commit 5ff65fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/ai-services/luis/concepts/entities.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ An entity is an item or an element that is relevant to the user's intent. Entiti
2323
| Utterance | Intent predicted | Entities extracted | Explanation |
2424
|--|--|--|--|
2525
| Hello, how are you? | Greeting | - | Nothing to extract. |
26-
| I want to order a small pizza | orderPizza | 'small' | 'Size' entity is extracted as 'small'. |
27-
| Turn off bedroom light | turnOff | 'bedroom' | 'Room' entity is extracted as 'bedroom'. |
28-
| Check balance in my savings account ending in 4406 | checkBalance | 'savings', '4406' | 'accountType' entity is extracted as 'savings' and 'accountNumber' entity is extracted as '4406'. |
29-
| Buy 3 tickets to New York | buyTickets | '3', 'New York' | 'ticketsCount' entity is extracted as '3' and 'Destination' entity is extracted as 'New York". |
26+
| I want to order a small pizza | orderPizza | 'small' | 'Size' entity is extracted as 'small.' |
27+
| Turn-off bedroom light | turnOff | 'bedroom' | 'Room' entity is extracted as 'bedroom.' |
28+
| Check balance in my savings account ending in 4406 | checkBalance | 'savings', '4406' | 'accountType' entity is extracted as 'savings' and 'accountNumber' entity is extracted as '4406.' |
29+
| Buy 3 tickets to New York | buyTickets | '3', 'New York' | 'ticketsCount' entity is extracted as '3' and 'Destination' entity is extracted as 'New York." |
3030

3131
Entities are optional but recommended. You don't need to create entities for every concept in your app, only when:
3232

0 commit comments

Comments
 (0)