Câu 50: AI-102: Designing and Implementing a Microsoft Azure AI Solution
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 userState…
Nội dung câu hỏi
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 (nameof(UserProfile)); var conversationStateAccessors = _conversationState.CreateProperty (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:
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
-
A. Lựa chọn A bằng hình ảnh — đáp án hiện tại
https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-howto-v4-state
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.