AutoCompose
Evaluate profanity
Get an evaluation of a text to verify if it contains profanity, obscenity or other unwanted words. This service should be called before sending a message to prevent the agent from sending profanities in the chat.
POST
Body
application/json
The parameters for getting a evaluation result of the text typed by the user.
text to be checked for profanity
Response
200
application/json
Successfully fetched a evaluation result of the sentence.
ProfanityResult
A boolean value describing if the text contains a curse word.
Was this page helpful?