Class AdkWebServer.GraphResponse
java.lang.Object
com.google.adk.web.AdkWebServer.GraphResponse
- Enclosing class:
AdkWebServer
DTO for the response of GET
/apps/{appName}/users/{userId}/sessions/{sessionId}/events/{eventId}/graph. Contains the graph
representation (e.g., DOT source).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
dotSrc
-
-
Constructor Details
-
GraphResponse
Constructs a GraphResponse.- Parameters:
dotSrc
- The graph source string (e.g., in DOT format).
-
GraphResponse
public GraphResponse()
-
-
Method Details
-
getDotSrc
-