AI-102 · Question #195
AI-102 Question #195: Real Exam Question with Answer & Explanation
The correct answer follows the precise workflow required in Microsoft Bot Framework Composer to import Language Understanding (LU) resources and publish a bot. The steps correctly identify that you must import the existing .lu file from the specified directory, configure the inte
Question
SIMULATION You need to configure and publish bot12345678 to support task management. The intent must be named TaskReminder. The LUDown for the intent is in the C:\Resources\LU folder. To complete this task, use the Microsoft Bot Framework Composer. Answer: Step 1: Open Microsoft Bot Framework Composer Step 2: Select the bot bot12345678 Step 3: Select Import existing resources. Read the instructions on the right side of the screen and select Next. Step 4: Browse to the C:\Resources\LU folder and select the available .lu file Step 5: In the pop-up window Importing existing resources, modify the JSON file content based on your resources information: Name the intent TaskReminder Step 6: Select Publish from the Composer menu. In the Publish your bots pane, select the bot to publish (bot12345678), then select a publish profile from the Publish target drop-down list. Reference: https://docs.microsoft.com/en-us/composer/how-to-publish-bot
Options
- taskConfigure and publish bot12345678 to support task management, with the intent named TaskReminder. The LUDown for the intent is in the C:\Resources\LU folder.
- prerequisitesMicrosoft Bot Framework Composer installed; LUDown files available in C:\Resources\LU folder
Explanation
The correct answer follows the precise workflow required in Microsoft Bot Framework Composer to import Language Understanding (LU) resources and publish a bot. The steps correctly identify that you must import the existing .lu file from the specified directory, configure the intent name as 'TaskReminder' within the importing dialog by modifying the JSON content, and then use the Publish menu with the appropriate publish profile to deploy bot12345678. This sequence ensures the bot's language model is properly configured before publishing.
Topics
Community Discussion
No community discussion yet for this question.