Interface AutoModerationActionExecution

interface AutoModerationActionExecution {
    action: AutoModerationAction;
    alertSystemMessageID?: string;
    content?: null | string;
    matchedContent?: null | string;
    matchedKeyword: null | string;
    messageID?: string;
    rule?: AutoModerationRule;
    ruleID: string;
    ruleTriggerType: AutoModerationTriggerTypes;
}

Properties

alertSystemMessageID?: string
content?: null | string
matchedContent?: null | string
matchedKeyword: null | string
messageID?: string
ruleID: string