AI-102 · Question #58
Drag and Drop Question You plan to build a chatbot to support task tracking. You create a Language Understanding service named lu1. You need to build a Language Understanding model to integrate into…
The correct answer is Add a new application.; Add the prebuilt domain ToDo.; Train the application.; Publish the application. The correct sequence minimizes development time by leveraging the prebuilt ToDo domain in LUIS, which already contains pre-defined intents and entities for task tracking (like adding, completing, and deleting tasks). After creating a new application within the lu1 service, you…
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- Add a new application.
- Add the prebuilt domain ToDo.
- Train the application.
- Publish the application.
Explanation
The correct sequence minimizes development time by leveraging the prebuilt ToDo domain in LUIS, which already contains pre-defined intents and entities for task tracking (like adding, completing, and deleting tasks). After creating a new application within the lu1 service, you add the prebuilt ToDo domain (avoiding manual intent/entity creation), then train the model to apply all configurations, and finally publish it so the chatbot can consume it via endpoint. This approach is the fastest path to a functional model because you skip the time-consuming manual process of defining intents, entities, and example utterances from scratch.
Topics
Community Discussion
No community discussion yet for this question.
