Member Junction
    Preparing search index...

    Result of parsing mentions from a message. Structurally mirrors MentionParseResult from @memberjunction/conversations-runtime (deliberate duplicate — cross-package re-exports are prohibited). Keep in sync.

    interface MentionParseResult {
        agentMention: Mention | null;
        entityMentions: Mention[];
        mentions: Mention[];
        skillMentions: Mention[];
        userMentions: Mention[];
    }
    Index

    Properties

    agentMention: Mention | null
    entityMentions: Mention[]
    mentions: Mention[]
    skillMentions: Mention[]
    userMentions: Mention[]