Uses of Class
com.google.adk.events.Event.Builder
Packages that use Event.Builder
-
Uses of Event.Builder in com.google.adk.events
Methods in com.google.adk.events that return Event.BuilderModifier and TypeMethodDescriptionEvent.Builder.actions(EventActions value) static Event.BuilderEvent.builder()Event.Builder.content(com.google.genai.types.Content value) Event.Builder.errorCode(com.google.genai.types.FinishReason value) Event.Builder.errorMessage(String value) Event.Builder.errorMessage(Optional<String> value) Event.Builder.groundingMetadata(com.google.genai.types.GroundingMetadata value) Event.Builder.groundingMetadata(Optional<com.google.genai.types.GroundingMetadata> value) Event.Builder.interrupted(Boolean value) Event.Builder.interrupted(Optional<Boolean> value) Event.Builder.invocationId(String value) Event.Builder.longRunningToolIds(Optional<Set<String>> value) Event.Builder.longRunningToolIds(Set<String> value) Event.Builder.timestamp(long value) Event.toBuilder()Creates a builder pre-filled with this event's values.Event.Builder.turnComplete(Boolean value) Event.Builder.turnComplete(Optional<Boolean> value)