Member Junction
    Preparing search index...

    A single chat message rendered in the widget transcript.

    interface WidgetChatMessage {
        role: "user" | "agent" | "system";
        text: string;
        timestampMs: number;
    }
    Index

    Properties

    Properties

    role: "user" | "agent" | "system"
    text: string
    timestampMs: number

    Epoch ms; used for ordering + display.