Uses of Class
com.google.adk.sessions.GetSessionConfig
Packages that use GetSessionConfig
-
Uses of GetSessionConfig in com.google.adk.sessions
Methods in com.google.adk.sessions that return GetSessionConfigMethod parameters in com.google.adk.sessions with type arguments of type GetSessionConfigModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Maybe
<Session> BaseSessionService.getSession
(String appName, String userId, String sessionId, Optional<GetSessionConfig> config) Retrieves a specific session, optionally filtering the events included.io.reactivex.rxjava3.core.Maybe
<Session> InMemorySessionService.getSession
(String appName, String userId, String sessionId, Optional<GetSessionConfig> configOpt) io.reactivex.rxjava3.core.Maybe
<Session> VertexAiSessionService.getSession
(String appName, String userId, String sessionId, Optional<GetSessionConfig> config)