Microsoft
AI-102 · Question #29
You are building a Conversational Language Understanding model for an e-commerce platform. You need to construct an entity to capture billing addresses. Which entity type should you use for the…
The correct answer is A. machine learned. An ML entity can be composed of smaller sub-entities, each of which can have its own properties. For example, Address could have the following structure: Address: 4567 Main Street, NY, 98052, USA Building Number: 4567 Street Name: Main Street…
Submitted by jaden.t· Mar 30, 2026Implement Azure AI Language solutions
Question
You are building a Conversational Language Understanding model for an e-commerce platform. You need to construct an entity to capture billing addresses. Which entity type should you use for the billing address?
Options
- Amachine learned
- BRegex
- CgeographyV2
- DPattern.any
- Elist
How the community answered
(37 responses)- A73% (27)
- B3% (1)
- C14% (5)
- D3% (1)
- E8% (3)
Explanation
An ML entity can be composed of smaller sub-entities, each of which can have its own properties. For example, Address could have the following structure: Address: 4567 Main Street, NY, 98052, USA Building Number: 4567 Street Name: Main Street https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-concept-entity-types
Topics
#CLU entity types#Machine Learned Entities#Address recognition
Community Discussion
No community discussion yet for this question.