HOTSPOT -You are reviewing the design of a chatbot. The chatbot includes a language generation file that contains the following fragment.# Greet(user)- ${Greeting()}, ${user.name}For each of the following statements, select Yes if the statement is true. Otherwise, select No.NOTE: Each correct selection is worth one point.Hot Area:
HOTSPOT -You are building a chatbot by using the Microsoft Bot Framework SDK.You use an object named UserProfile to store user profile information and an object named ConversationData to store information related to a conversation.You create the following state accessors to store both objects in state. var userStateAccessors = _userState.CreateProperty<UserProfile>(nameof(UserProfile)); var conversationStateAccessors = _conversationState.CreateProperty<ConversationData>(nameof(ConversationData));The state storage mechanism is set to Memory Storage.For each of the following statements, select Yes if the statement is true. Otherwise, select No.NOTE: Each correct selection is worth one point.Hot Area:
HOTSPOT -You are building a chatbot that will provide information to users as shown in the following exhibit.Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.NOTE: Each correct selection is worth one point.Hot Area:
HOTSPOT -You are building a bot and that will use Language Understanding.You have a LUDown file that contains the following content.Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.NOTE: Each correct selection is worth one point.Hot Area:
HOTSPOT -You are designing a conversation flow to be used in a chatbot.You need to test the conversation flow by using the Microsoft Bot Framework Emulator.How should you complete the .chat file? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point.Hot Area:
DRAG DROP -You have 100 chatbots that each has its own Language Understanding model.Frequently, you must add the same phrases to each model.You need to programmatically update the Language Understanding models to include the new phrases.How should you complete the code? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all.You may need to drag the split bar between panes or scroll to view content.NOTE: Each correct selection is worth one point.Select and Place: