Uses of Class
com.google.adk.sessions.ListSessionsResponse
Packages that use ListSessionsResponse
-
Uses of ListSessionsResponse in com.google.adk.sessions
Methods in com.google.adk.sessions that return ListSessionsResponseModifier and TypeMethodDescriptionabstract ListSessionsResponseListSessionsResponse.Builder.build()Methods in com.google.adk.sessions that return types with arguments of type ListSessionsResponseModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<ListSessionsResponse> BaseSessionService.listSessions(String appName, String userId) Lists sessions associated with a specific application and user.io.reactivex.rxjava3.core.Single<ListSessionsResponse> InMemorySessionService.listSessions(String appName, String userId) io.reactivex.rxjava3.core.Single<ListSessionsResponse> VertexAiSessionService.listSessions(String appName, String userId)