Package com.google.genai.types
Class ReplayFile
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.ReplayFile
Represents a recorded session.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ReplayFile.Builder
builder()
Instantiates a builder for ReplayFile.static ReplayFile
Deserializes a JSON string to a ReplayFile object.abstract Optional<List<ReplayInteraction>>
replayId()
abstract ReplayFile.Builder
Creates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
fromJsonString, toJson
-
Constructor Details
-
ReplayFile
public ReplayFile()
-
-
Method Details
-
replayId
-
interactions
-
builder
Instantiates a builder for ReplayFile. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a ReplayFile object.
-