@valon-technologies/gestalt
    Preparing search index...

    Interface AgentInteraction

    interface AgentInteraction {
        id: string;
        type: number;
        state: number;
        title: string;
        prompt: string;
        request?: JsonObject;
        resolution?: JsonObject;
        createdAt?: Date;
        resolvedAt?: Date;
        turnId: string;
        sessionId: string;
    }
    Index

    Properties

    id: string
    type: number
    state: number
    title: string
    prompt: string
    request?: JsonObject
    resolution?: JsonObject
    createdAt?: Date
    resolvedAt?: Date
    turnId: string
    sessionId: string