Member Junction
    Preparing search index...

    Interface ModeratorLookbackTurnInput

    One diarized lookback turn (structurally matches the engine's ModeratorLookbackTurn).

    interface ModeratorLookbackTurnInput {
        AgentID?: string;
        IsAgent: boolean;
        Speaker: string;
        Text: string;
    }
    Index

    Properties

    AgentID?: string
    IsAgent: boolean
    Speaker: string
    Text: string