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

HOTSPOT

-

You have a bot that was built by using the Microsoft Bot Framework composer as shown in the following exhibit.

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.

    Correct Answer:

Discussion
zellck

1. identity New York as city entity 2. Language Understanding intent recognised https://learn.microsoft.com/en-us/composer/concept-language-understanding?tabs=v2x#entities Entities are a collection of objects, each consisting of data extracted from an utterance such as places, times, and people. Entities and intents are both important data extracted from utterances. An utterance may include zero or more entities, while an utterance usually represents one intent. In Composer, all entities are defined and managed inline. Entities in the .lu file format are denoted using {\<entityName\>=\<labelled value\>} notation. https://learn.microsoft.com/en-us/composer/concept-events-and-triggers?tabs=v2x#intent-triggers

M25

(A) (2) identify New York as a city entity https://learn.microsoft.com/en-us/azure/bot-service/file-format/bot-builder-lu-file-format?view=azure-bot-service-4.0#machine-learned-entity The following example demonstrates a machine-learned entity named city (@ ml city) and a bookFlight intent with sample utterances with your entities labeled: […]. When a user says something similar like "I need a flight booked from London to madrid", LUIS will detect the 'bookFlight` intent and extract both London and Madrid as city entities.

M25

(B) (3) Language Understanding Intent recognized https://learn.microsoft.com/en-us/azure/bot-service/adaptive-dialog/adaptive-dialog-prebuilt-triggers?view=azure-bot-service-4.0#recognizer-event-triggers In this article • Recognizer event triggers: Intent recognized | OnIntent | RecognizedIntent | Actions to perform when specified intent is recognized. [identical wording to the screenshot] • Dialog event triggers • Activity event triggers • Message event triggers • Custom event trigger https://learn.microsoft.com/en-us/composer/concept-events-and-triggers?tabs=v2x#intent-triggers There are four intent triggers in Composer: • Intent recognized • QnA Intent recognized • Unknown intent • Duplicated intents recognized

rdemontis

thanks for explanation and references

rdemontis

agree with you. Thanks for the references

krzkrzkra

1. identity New York as city entity 2. Language Understanding intent recognised

NagaoShingo

1. identity New York as city entity 2. Language Understanding intent recognized

evangelist

given answer is correct

evangelist

Connect with the Bot Framework Emulator: Use the Bot Framework Emulator to connect to your bot running on localhost. The default URL is typically http://localhost:3978/api/messages. Test Your Bot: Interact with your bot via the Emulator to see the responses and the trace activities.

973b658

It is true.

anjanc

again he wrote!