The AI-102 exam has been retired
It was retired on June 30, 2026. It was replaced by AI-103 (Microsoft Azure AI Apps and Agents Developer Associate). Go to the AI-103 study guide →
Copyright (c) 2026 MindMesh Academy. All rights reserved. This content is proprietary and may not be reproduced or distributed without permission.
6.3.1.2. Entity Extraction
6.3.1.2. Entity Extraction
Entities are the specific pieces of information within utterances that your application needs to extract. In "Book a flight to Paris tomorrow," the entities are "Paris" (destination) and "tomorrow" (date).
Entity types in CLU:
- Learned entities: ML-based extraction from labeled examples
- List entities: Exact match from predefined values (e.g., product names)
- Prebuilt entities: Ready-to-use extractors (datetime, number, email)
- Regex entities: Pattern-based extraction (order IDs, codes)
When to use which:
- Learned: Flexible extraction when patterns vary
- List: Closed set of known values (cities, products)
- Prebuilt: Standard types (dates, numbers)
- Regex: Structured patterns (ABC-12345 format)
Enroll to unlock the 10 practice questions written for this section, so you can test what you just read while it is fresh.
Enroll to unlock the 4 flashcards for this section and review them on a spaced-repetition schedule.
Written byAlvin Varughese
Founder•18 professional certifications