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 TypeMethodDescriptionio.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> InMemorySessionService.listEvents
(String appName, String userId, String sessionId) io.reactivex.rxjava3.core.Single
<ListEventsResponse> VertexAiSessionService.listEvents
(String appName, String userId, String sessionId)