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

    Interface VertexAiSessionServiceOptions

    interface VertexAiSessionServiceOptions {
        agentEngineId?: string;
        expressModeApiKey?: string;
        location?: string;
        projectId?: string;
        sessions?: Sessions;
    }

    Properties

    agentEngineId?: string
    expressModeApiKey?: string
    location?: string
    projectId?: string
    sessions?: Sessions