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#

OFFENSIVE#

OFFENSIVE represents a rejection of a comment for being offensive.

ABUSIVE#

ABUSIVE represents a rejection of a comment for being abusive.

SPAM#

SPAM represents a rejection of a comment for being spam.

BANNED_WORD#

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

AD#

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

ILLEGAL_CONTENT#

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

HARASSMENT_BULLYING#

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

MISINFORMATION#

MISINFORMATION represents a rejection of a comment for being misinformation.

HATE_SPEECH#

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

IRRELEVANT_CONTENT#

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

OTHER#

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