ADK for TypeScript: API Reference
    Preparing search index...

    Interface VertexAiMemoryBankServiceOptions

    interface VertexAiMemoryBankServiceOptions {
        agentEngineId: string;
        client?: Client;
        expressModeApiKey?: string;
        location?: string;
        projectId?: string;
    }

    Properties

    agentEngineId: string
    client?: Client
    expressModeApiKey?: string
    location?: string
    projectId?: string