Exam AI-102 All QuestionsBrowse all questions from this exam
Question 219

HOTSPOT -

You are building a bot and that will use Language Understanding.

You have a LUDown file that contains the following content.

Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.

NOTE: Each correct selection is worth one point.

Hot Area:

    Correct Answer:

    Reference:

    https://github.com/solliancenet/tech-immersion-data-ai/blob/master/ai-exp1/README.md

Discussion
Zoul

Answer is correct. From the link provided: SelectItem is the intent, and each item below it are example utterances that capture ways users can express this intent. Entities in .lu files are denoted using {<entityName>=<labeled value>} notation. Taking from our sample code once again, you can find the bottom left entity within the following utterance: choose the {DirectionalReference=bottom left}.

zellck

1. intent 2. utterance https://learn.microsoft.com/en-us/azure/bot-service/file-format/bot-builder-lu-file-format?view=azure-bot-service-4.0#defining-intents-using-sample-utterances Intents with their sample utterances are declared in the following way: # <intent-name> - <utterance1> - <utterance2> # <intent-name> describes a new intent definition section. Each line after the intent definition are example utterances that describe that intent using the - <utterance> format.

Diem

Based on the reference, it should be entity for the second question

rdemontis

correct answer and explanation. The provided reference demonstrates it

Eltooth

Intent Utterance.

sdokmak

a trick stolen from previous questions (U) (S) A, Utterance Statement (E)(n)gland, Entity Noun (I)(v)ory Coast, Intent Verb

krzkrzkra

1. intent 2. utterance

ParkXD

Answer is correct. The LUIS model begins with categories of user intentions called intents. Each intent needs examples of user utterances (something a user should say). Each utterance can provide a variety of data that needs to be extracted with entities.

PHD_CHENG

Answer is correct

Ravnit

Was on exam 27/11/2021