AI-100 Exam QuestionsBrowse all questions from this exam

AI-100 Exam - Question 94


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:

Exam AI-100 Question 94
Show Answer
Correct Answer:
Exam AI-100 Question 94

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

Discussion

1 comment
Sign in to comment
kolakone
Jun 26, 2021

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.