A developer is required to generate mock transcripts to emulate mockups of conversation between user and bot.
Solution: Developer uses LUDown BotBuilder CLI tool.
Is this proposed tool suitable for the given scenario?
Click on the arrows to vote for the correct answer
A. B.Correct Answer: B.
Option A is INCORRECT.
LUDown is a CLI tool that helps in converting .lu files to the JSON files which can be further used for the creation of LUIS app and/or QnAmaker knowledge base.
Option B is CORRECT.
The given solution is incorrect.
Reference:
The proposed solution of using LUDown BotBuilder CLI tool to generate mock transcripts to emulate mockups of conversation between user and bot is a suitable option.
LUDown is a command-line tool provided by Microsoft Bot Framework SDK that can be used to create language understanding (LU) models for a bot. It allows developers to define the intent and entity models for their bot's language understanding, and then generate a language understanding model (.lu) file that can be used in the bot's code.
Using the LUDown tool, a developer can also generate mock transcripts to emulate conversations between a user and bot. The tool can take a transcript file in a simple text format and convert it into a format that can be used to train a bot's language understanding model.
Therefore, LUDown BotBuilder CLI tool is a suitable option for the given scenario of generating mock transcripts to emulate mockups of conversation between user and bot. So, the answer is A. True.