exam questions

Exam AI-100 All Questions

View all questions & answers for the AI-100 exam

Exam AI-100 topic 2 question 47 discussion

Actual exam question from Microsoft's AI-100
Question #: 47
Topic #: 2
[All AI-100 Questions]

HOTSPOT -
Your company is building a cinema chatbot by using the Bot Framework and Language Understanding (LUIS).
You are designing of the intents and the entities for LUIS.
The following are utterances that customers might provide:
✑ Which movies are playing on December 8?
✑ What time is the performance of Movie1?
✑ I would like to purchase two adult tickets in the balcony section for Movie2.
You need to identify which entity types to use. The solution must minimize development effort.
Which entry type should you use for each entity? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
Box 1: Prebuilt -
Datetime is prebuilt.
Language Understanding (LUIS) provides prebuilt entities. When a prebuilt entity is included in your application, LUIS includes the corresponding entity prediction in the endpoint response.

Box 2: Simple -

Box 3: Composite -
A composite entity is made up of other entities, such as prebuilt entities, simple, regular expression, and list entities. The separate entities form a whole entity.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-reference-prebuilt-entities https://docs.microsoft.com/en-us/azure/cognitive-services/luis/reference-entity-composite

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
kolakone
3 years, 11 months ago
Looks right. First uses in-built Date entity. Second is a list of movies and hence Simple entity. The last one consists of multiple entities (tickets, location), hence composite.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...