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