Uses of Class
com.google.genkit.ai.session.SessionData
Packages that use SessionData
Package
Description
Provides session management for multi-turn agent conversations with
persistence.
-
Uses of SessionData in com.google.genkit.ai.session
Methods in com.google.genkit.ai.session that return SessionDataModifier and TypeMethodDescriptionSessionData.Builder.build()Builds the SessionData.Session.getSessionData()Gets the session data.Session.toJSON()Serializes the session to JSON-compatible data.Methods in com.google.genkit.ai.session that return types with arguments of type SessionDataModifier and TypeMethodDescriptionRetrieves a session by its ID.Methods in com.google.genkit.ai.session with parameters of type SessionDataModifier and TypeMethodDescriptionInMemorySessionStore.save(String sessionId, SessionData<S> sessionData) SessionStore.save(String sessionId, SessionData<S> data) Saves session data.