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

    Interface RemoveRuntimeWorkspaceRequest

    interface RemoveRuntimeWorkspaceRequest {
        sessionId: string;
        agentSessionId: string;
    }
    Index

    Properties

    sessionId: string
    agentSessionId: string

    The workspace key the workspace was prepared under; see PrepareRuntimeWorkspaceRequest.agent_session_id.