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

    Interface AgentInteraction

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

    Properties

    id?: string
    title?: string
    prompt?: string
    request?: object
    resolution?: object
    createdAt?: Date
    resolvedAt?: Date
    turnId?: string
    sessionId?: string