AI-102 Exam QuestionsBrowse all questions from this exam

AI-102 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:

Show Answer
Correct Answer:

Reference:

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

Discussion

10 comments
Sign in to comment
Zoul
Oct 16, 2021

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
Jul 2, 2023

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
Sep 18, 2021

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

sdokmak
Jun 22, 2022

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

Eltooth
Jul 19, 2022

Intent Utterance.

rdemontis
Nov 7, 2023

correct answer and explanation. The provided reference demonstrates it

Ravnit
Nov 28, 2021

Was on exam 27/11/2021

PHD_CHENG
May 10, 2022

Answer is correct

ParkXD
Jul 27, 2022

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.

krzkrzkra
Jul 14, 2024

1. intent 2. utterance