Class EventCompaction
java.lang.Object
com.google.adk.events.EventCompaction
The compaction of the events.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EventCompaction.Builderbuilder()abstract com.google.genai.types.Contentabstract longabstract long
-
Constructor Details
-
EventCompaction
public EventCompaction()
-
-
Method Details
-
startTimestamp
public abstract long startTimestamp() -
endTimestamp
public abstract long endTimestamp() -
compactedContent
public abstract com.google.genai.types.Content compactedContent() -
builder
-