You need to create a prototype of a bot to demonstrate a user performing a task. The demonstration will use the Bot Framework Emulator. Which botbuilder CLI tool should you use to create the prototype? A. Chatdown B. QnAMaker C. Dispatch D. LuDown Suggested Answer: A Use Chatdown to produce prototype mock conversations in markdown and convert the markdown to transcripts you can load and view in the new V4 Bot Framework Emulator. Incorrect Answers: B: QnA Maker is a cloud-based API service that lets you create a conversational question-and-answer layer over your existing data. Use it to build a knowledge base by extracting questions and answers from your semi-structured content, including FAQs, manuals, and documents. Answer users' questions with the best answers from the QnAs in your knowledge baseג€"automatically. Your knowledge base gets smarter, too, as it continually learns from user behavior. C: Dispatch lets you build language models that allow you to dispatch between disparate components (such as QnA, LUIS and custom code). D: LuDown build LUIS language understanding models using markdown files References: https://github.com/microsoft/botframework/blob/master/README.md This question is in AI-100 Designing and Implementing an Azure AI Solution Exam For getting Microsoft Certified: Azure AI Engineer Associate Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer