Question 56

Select the answer that correctly completes the sentence.

Question 57

You are building a Language Understanding model for purchasing tickets.
You have the following utterance for an intent named PurchaseAndSendTickets.
Purchase [2 audit business] tickets to [Paris] [next Monday] and send tickets to [[email protected]] You need to select the entity types. The solution must use built-in entity types to minimize training data whenever possible.
Which entity type should you use for each label? To answer, drag the appropriate entity types to the correct labels. Each entity type 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.

Question 58

You need to build a chatbot that meets the following requirements:
Supports chit-chat, knowledge base, and multilingual models
Performs sentiment analysis on user messages
Selects the best language model automatically
What should you integrate into the chatbot?
  • Question 59

    You are building a Language Understanding model for an e-commerce platform. You need to construct an entity to capture billing addresses.
    Which entity type should you use for the billing address?
  • Question 60

    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.