Class AdkWebServer.GraphResponse

java.lang.Object
com.google.adk.web.AdkWebServer.GraphResponse
Enclosing class:
AdkWebServer

public static class AdkWebServer.GraphResponse extends Object
DTO for the response of GET /apps/{appName}/users/{userId}/sessions/{sessionId}/events/{eventId}/graph. Contains the graph representation (e.g., DOT source).
  • Field Details

    • dotSrc

      public String dotSrc
  • Constructor Details

    • GraphResponse

      public GraphResponse(String dotSrc)
      Constructs a GraphResponse.
      Parameters:
      dotSrc - The graph source string (e.g., in DOT format).
    • GraphResponse

      public GraphResponse()
  • Method Details

    • getDotSrc

      public String getDotSrc()