Package com.google.genai.types
Class ReplayResponse
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.ReplayResponse
Represents a single response in a replay.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ReplayResponse.Builder
builder()
Instantiates a builder for ReplayResponse.static ReplayResponse
Deserializes a JSON string to a ReplayResponse object.headers()
abstract ReplayResponse.Builder
Creates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
ReplayResponse
public ReplayResponse()
-
-
Method Details
-
statusCode
-
headers
-
bodySegments
-
sdkResponseSegments
-
builder
Instantiates a builder for ReplayResponse. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a ReplayResponse object.
-