Class SessionUtils
java.lang.Object
com.google.adk.sessions.SessionUtils
Utility functions for session service.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.genai.types.Content
decodeContent
(com.google.genai.types.Content content) static com.google.genai.types.Content
encodeContent
(com.google.genai.types.Content content)
-
Constructor Details
-
SessionUtils
public SessionUtils()
-
-
Method Details
-
encodeContent
public static com.google.genai.types.Content encodeContent(com.google.genai.types.Content content) -
decodeContent
public static com.google.genai.types.Content decodeContent(com.google.genai.types.Content content)
-