Question 81

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You build a language model by using a Language Understanding service. The language model is used to search for information on a contact list by using an intent named FindContact.
A conversational expert provides you with the following list of phrases to use for training.
Find contacts in London. Who do I know in Seattle?
Search for contacts in Ukraine.
You need to implement the phrase list in Language Understanding.
Solution: You create a new intent for location.
Does this meet the goal?
  • Question 82

    You are developing the knowledgebase.
    You use Azure Video Analyzer for Media (previously Video indexer) to obtain transcripts of webinars.
    You need to ensure that the solution meets the knowledgebase requirements.
    What should you do?
  • Question 83

    You are developing a method that uses the Computer Vision client library. The method will perform optical character recognition (OCR) in images. The method has the following code.

    During testing, you discover that the call to the GetReadResultAsync method occurs before the read operation is complete.
    You need to prevent the GetReadResultAsync method from proceeding until the read operation is complete.
    Which two actions should you perform? Each correct answer presents part of the solution. (Choose two.) NOTE: Each correct selection is worth one point.
  • Question 84

    You are building a chatbot by using the Microsoft Bot Framework Composer.
    You have the dialog design shown in the following exhibit.

    For each of the following statements, select Yes if the statement is true. Otherwise, select No.
    NOTE: Each correct selection is worth one point.

    Question 85

    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.