Uses of Class
com.google.genkit.ai.session.SessionOptions.Builder
Packages that use SessionOptions.Builder
Package
Description
Provides session management for multi-turn agent conversations with
persistence.
-
Uses of SessionOptions.Builder in com.google.genkit.ai.session
Methods in com.google.genkit.ai.session that return SessionOptions.BuilderModifier and TypeMethodDescriptionstatic <S> SessionOptions.Builder<S> SessionOptions.builder()Creates a builder for SessionOptions.SessionOptions.Builder.initialState(S initialState) Sets the initial state.Sets the session ID.SessionOptions.Builder.store(SessionStore<S> store) Sets the session store.