Skip to content

Commit 3a0071f

Browse files
authored
Merge pull request #1332 from aahill/main
[SCOPED] updating freshness
2 parents 0628482 + 5ff65fa commit 3a0071f

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

articles/ai-services/containers/docker-compose-recipe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: aahill
77
manager: nitinme
88
ms.service: azure-ai-services
99
ms.topic: how-to
10-
ms.date: 02/22/2024
10+
ms.date: 11/06/2024
1111
ms.author: aahi
1212

1313
# SME: Brendan Walsh

articles/ai-services/create-account-bicep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ keywords: Azure AI services, cognitive solutions, cognitive intelligence, cognit
55
author: eric-urban
66
ms.service: azure-ai-services
77
ms.topic: quickstart
8-
ms.date: 8/1/2024
8+
ms.date: 11/06/2024
99
ms.author: eur
1010
ms.custom:
1111
- subject-armqs

articles/ai-services/luis/client-libraries-rest-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: "Quickstart: Language Understanding (LUIS) SDK client libraries and REST API"
33
description: Create and query a LUIS app with the LUIS SDK client libraries and REST API.
44
ms.topic: quickstart
5-
ms.date: 01/19/2024
5+
ms.date: 11/06/2024
66
ms.service: azure-ai-language
7-
ms.author: aahi
7+
ms.author: jboback
88
manager: nitinme
99
ms.subservice: azure-ai-luis
10-
author: aahill
10+
author: jboback
1111
keywords: Azure, artificial intelligence, ai, natural language processing, nlp, LUIS, azure luis, natural language understanding, ai chatbot, chatbot maker, understanding natural language
1212
ms.devlang: csharp
1313
# ms.devlang: csharp, javascript, python

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: Entities
33
titleSuffix: Azure AI services
44
description: Entities concepts
55
#services: cognitive-services
6-
ms.author: aahi
7-
author: aahill
6+
ms.author: jboback
7+
author: jboback
88
manager: nitinme
99
ms.service: azure-ai-language
1010
ms.subservice: azure-ai-luis
1111
ms.topic: conceptual
12-
ms.date: 01/19/2024
12+
ms.date: 11/06/2024
1313
---
1414

1515
# Entity types
@@ -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

articles/ai-services/luis/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ summary: Learn how Language Understanding enables your applications to understan
55

66
metadata:
77
ms.topic: landing-page
8-
ms.date: 01/19/2024
9-
ms.author: aahi
10-
author: aahill
8+
ms.date: 11/06/2024
9+
ms.author: jboback
10+
author: jboback
1111
manager: nitinme
1212
ms.service: azure-ai-language
1313
ms.subservice: azure-ai-luis

articles/ai-services/luis/luis-container-howto.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: Install and run Docker containers for LUIS
33
titleSuffix: Azure AI services
44
description: Use the LUIS container to load your trained or published app, and gain access to its predictions on-premises.
55
#services: cognitive-services
6-
author: aahill
6+
author: jboback
77
manager: nitinme
88
ms.service: azure-ai-language
99
ms.subservice: azure-ai-luis
1010
ms.topic: how-to
11-
ms.date: 01/19/2024
12-
ms.author: aahi
11+
ms.date: 11/06/2024
12+
ms.author: jboback
1313
keywords: on-premises, Docker, container
1414
---
1515

0 commit comments

Comments
 (0)