AZ-204 · Question #65
Drag and Drop Question You develop a bot by using Language Understanding Intelligence Service (LUIS) and the .NET Bot framework. You use LUIS in the Azure portal to optimize the bot. You review the…
The correct answer is Create an intent for each event type.; Add example utterances.; Create a List entity. The correct sequence begins with creating an intent for each event type, which allows LUIS to categorize user goals (e.g., 'GetTimeInfo', 'GetVenueInfo'). Next, adding example utterances trains the model by providing representative samples of how users phrase these requests…
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- Create an intent for each event type.
- Add example utterances.
- Create a List entity.
Explanation
The correct sequence begins with creating an intent for each event type, which allows LUIS to categorize user goals (e.g., 'GetTimeInfo', 'GetVenueInfo'). Next, adding example utterances trains the model by providing representative samples of how users phrase these requests. Finally, creating a List entity is appropriate here because event names and venues are typically finite, enumerable sets of values - a List entity captures these structured, predefined values (like specific event names or venues) to extract them accurately from utterances, directly improving prediction efficiency for time and venue queries.
Topics
Community Discussion
No community discussion yet for this question.
