Member Junction
    Preparing search index...

    Configuration for the persona/character rendering in the agentPresence slot. Off by default — opt in via showAgentCharacter. Mirrors IMJChatAgentPresenceComponent.

    interface AgentCharacterConfig {
        avatarUrl?: string;
        characterName?: string;
        state?: MJChatAgentPresenceState;
        voiceStateMode?: "subtle" | "prominent";
    }
    Index

    Properties

    avatarUrl?: string

    Optional avatar URL.

    characterName?: string

    Display name.

    Current voice state — drives state-colored styling on the default presence component.

    voiceStateMode?: "subtle" | "prominent"

    Visual intensity.