<< Prev Question Next Question >>

Question 16/19

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.

LEAVE A REPLY

Your email address will not be published. Required fields are marked *

Question List (19q)
Question 1: Note: This question is part of a series of questions that pr...
Question 2: You successfully run the following HTTP request. POST https:...
Question 3: You are creating an enrichment pipeline that will use Azure ...
Question 4: Note: This question is part of a series of questions that pr...
Question 5: You are building a Language Understanding model for an e-com...
Question 6: You are building a retail chatbot that will use a QnA Maker ...
Question 7: You need to create a new resource that will be used to perfo...
Question 8: Note: This question is part of a series of questions that pr...
Question 9: You plan to build a chatbot to support task tracking. You cr...
Question 10: You have 100 chatbots that each has its own Language Underst...
Question 11: Note: This question is part of a series of questions that pr...
Question 12: You develop an application that uses the Face API. You need ...
Question 13: You are developing a text processing solution. You develop t...
Question 14: You build a conversational bot named bot1. You need to confi...
Question 15: You are building an Azure Cognitive Search custom skill. You...
Question 16: You are building a chatbot by using the Microsoft Bot Framew...
Question 17: You develop a test method to verify the results retrieved fr...
Question 18: You are developing a method for an application that uses the...
Question 19: You have an existing Azure Cognitive Search service. You hav...