Skip to main content

REJECTION_REASON_CODE

No description

enum REJECTION_REASON_CODE {
OFFENSIVE
ABUSIVE
SPAM
BANNED_WORD
AD
ILLEGAL_CONTENT
HARASSMENT_BULLYING
MISINFORMATION
HATE_SPEECH
IRRELEVANT_CONTENT
OTHER
}

Values

REJECTION_REASON_CODE.OFFENSIVE

OFFENSIVE represents a rejection of a comment for being offensive.

REJECTION_REASON_CODE.ABUSIVE

ABUSIVE represents a rejection of a comment for being abusive.

REJECTION_REASON_CODE.SPAM

SPAM represents a rejection of a comment for being spam.

REJECTION_REASON_CODE.BANNED_WORD

BANNED_WORD represents a rejection of a comment for containing a banned word.

REJECTION_REASON_CODE.AD

AD represents a rejection of a comment for being and ad.

REJECTION_REASON_CODE.ILLEGAL_CONTENT

ILLEGAL_CONTENT represents a rejection of a comment for containing illegal content.

REJECTION_REASON_CODE.HARASSMENT_BULLYING

HARASSMENT_BULLYING represents a rejection of a comment for being harassment or bullying.

REJECTION_REASON_CODE.MISINFORMATION

MISINFORMATION represents a rejection of a comment for being misinformation.

REJECTION_REASON_CODE.HATE_SPEECH

HATE_SPEECH represents a rejection of a comment for being hate speech.

REJECTION_REASON_CODE.IRRELEVANT_CONTENT

IRRELEVANT_CONTENT represents a rejection of a comment for being irrelevant to the conversation.

REJECTION_REASON_CODE.OTHER

OTHER is reserved for reasons that arent adequately described by the other options.

Member Of

Notification object ● RejectCommentReasonInput input ● RejectionReason object