You have an Azure subscription that contains an Azure OpenAI resource named AM.
You build a chatbot that uses All to provide generative answers to specific questions.
You need to ensure that questions intended to circumvent built-in safety features are blocked.
Which Azure Al Content Safety feature should you implement?
You have an Azure subscription that contains an Azure Al Document Intelligence resource named DM. DI1 uses the Standard SO pricing tier
You have the files shown in the following table.
Which files can you analyze by using DI1?
You ace building an internet-based training solution. The solution requires that a user's camera and microphone remain enabled.
You need to monitor a video stream ol the user and detect when the user asks an instructor a question. The solution must minimize development effort.
What should you include in the solution?
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 are building a chatbot that will use question answering in Azure Cognitive Service for Language.
You upload Doc1.pdf and train that contains a product catalogue and a price list.
During testing, users report that the chatbot responds correctly to the following question: What is the price of
The chatbot fails to respond to the following question: How much does
You need to ensure that the chatbot responds correctly to both questions.
Solution: from Language Studio, you create an entity for price, and then retrain and republish the model.
Does this meet the goal?
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 are building a chatbot that will use question answering in Azure Cognitive Service for Language.
You have a PDF named Doc1.pdf that contains a product catalogue and a price list
You upload Doc1.pdf and train the model.
During testing, users report that the chatbot responds correctly to the following question: What is the price of
The chatbot fails to respond to the following question: How much does < product > cost?
You need to ensure that the chatbot responds correctly to both questions.
Solution: From Language Studio, you add alternative phrasing to the question and answer pair, and then retrain and republish the model.
Does this meet the goal?