Question 76

You are building an Azure Weblob that will create knowledge bases from an array of URLs.
You instantiate a QnAMakerClient object that has the relevant API keys and assign the object to a variable named client.
You need to develop a method to create the knowledge bases.
Which two actions should you include in the method? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
  • Question 77

    You have a chatbot that was built by using the Microsoft Bot Framework. You need to debug the chatbot endpoint remotely.
    Which two tools should you install on a local computer? Each correct answer presents part of the solution. (Choose two.) NOTE: Each correct selection is worth one point.
  • Question 78

    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 pattern in the FindContact intent.
    Does this meet the goal?
  • Question 79

    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 80

    You are building a bot on a local computer by using the Microsoft Bot Framework. The bot will use an existing Language Understanding model.
    You need to translate the Language Understanding model locally by using the Bot Framework CLI. What should you do first?