Uses of Class
com.google.adk.sessions.ListEventsResponse
Packages that use ListEventsResponse
-
Uses of ListEventsResponse in com.google.adk.sessions
Methods in com.google.adk.sessions that return ListEventsResponseMethods in com.google.adk.sessions that return types with arguments of type ListEventsResponseModifier and TypeMethodDescriptiondefault io.reactivex.rxjava3.core.Single<ListEventsResponse> BaseSessionService.listEvents(SessionKey sessionKey) Lists the events within a specific session.io.reactivex.rxjava3.core.Single<ListEventsResponse> BaseSessionService.listEvents(String appName, String userId, String sessionId) Lists the events within a specific session.io.reactivex.rxjava3.core.Single<ListEventsResponse> FirestoreSessionService.listEvents(String appName, String userId, String sessionId) Lists all events for a given appName, userId, and sessionId.io.reactivex.rxjava3.core.Single<ListEventsResponse> InMemorySessionService.listEvents(String appName, String userId, String sessionId) io.reactivex.rxjava3.core.Single<ListEventsResponse> VertexAiSessionService.listEvents(String appName, String userId, String sessionId)