Question 136

Select the answer that correctly completes the sentence.

Question 137

You have a Language service resource that performs the following:
* Sentiment analysis
* Named Entity Recognition (NER)
* Personally Identifiable Information (Pll) identification
You need to prevent the resource from persisting input data once the data is analyzed. Which query parameter in the Language service API should you configure?
  • Question 138

    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.

    Question 139

    You are building a retail chatbot that will use a QnA Maker service.
    You upload an internal support document to train the model. The document contains the following question: "What is your warranty period?" Users report that the chatbot returns the default QnA Maker answer when they ask the following question: "How long is the warranty coverage?" The chatbot returns the correct answer when the users ask the following question: 'What is your warranty period?" Both questions should return the same answer.
    You need to increase the accuracy of the chatbot responses.
    Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. (Choose three.)

    Question 140

    You are developing an application that includes language translation.
    The application will translate text retrieved by using a function named get_text_to_be_translated. The text can be in one of many languages. The content of the text must remain within the Americas Azure geography.
    You need to develop code to translate the text to a single language.
    How should you complete the code? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.