Uses of Class
com.google.adk.web.dto.SessionRequest
Packages that use SessionRequest
-
Uses of SessionRequest in com.google.adk.web.controller
Methods in com.google.adk.web.controller with parameters of type SessionRequestModifier and TypeMethodDescriptionSessionController.createSession(String appName, String userId, SessionRequest body) Creates a new session where the ID is generated by the service.SessionController.createSessionWithId(String appName, String userId, String sessionId, SessionRequest body) Creates a new session with a specific ID provided by the client.