
Answer-first summary for fast verification
Answer: Create an Azure AI Content Safety account, configure the service to filter out profanity, explicit content, personal attacks, hate speech, and customer support-specific content in the ticketing system, and integrate it with the platform's existing ticketing system using a custom plugin.
Option C is the most comprehensive and accurate answer. It covers the necessary steps to implement a text moderation solution using Azure AI Content Safety for a customer support platform, including creating an account, configuring the service to handle different types of inappropriate content specific to the customer support context, and integrating it with the platform's existing ticketing system using a custom plugin. This approach allows for efficient and effective moderation of user-generated content in the ticketing system, ensuring a safe and professional customer support experience.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You are working on implementing a text moderation solution using Azure AI Content Safety to filter out inappropriate content from user-generated content on a customer support platform. Describe the steps you would take to implement this solution, including how you would configure the service to handle different types of content and how you would integrate it with the platform's existing ticketing system.
A
Create an Azure AI Content Safety account, configure the service to filter out profanity and explicit content in the ticketing system, and integrate it with the platform's existing ticketing system using a custom middleware.
B
Create an Azure AI Content Safety account, configure the service to filter out profanity, explicit content, personal attacks, and hate speech in the ticketing system, and integrate it with the platform's existing ticketing system using a server-side script.
C
Create an Azure AI Content Safety account, configure the service to filter out profanity, explicit content, personal attacks, hate speech, and customer support-specific content in the ticketing system, and integrate it with the platform's existing ticketing system using a custom plugin.
D
Create an Azure AI Content Safety account, configure the service to filter out all types of content in the ticketing system, and integrate it with the platform's existing ticketing system using a database trigger.