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(@Nullable EventActions value) Event.Builder.avgLogprobs(@Nullable Double value) static Event.BuilderEvent.builder()Event.Builder.content(@Nullable com.google.genai.types.Content value) Event.Builder.customMetadata(@Nullable List<com.google.genai.types.CustomMetadata> value) Event.Builder.errorCode(@Nullable com.google.genai.types.FinishReason value) Event.Builder.errorMessage(@Nullable String value) Event.Builder.finishReason(@Nullable com.google.genai.types.FinishReason value) Event.Builder.groundingMetadata(@Nullable com.google.genai.types.GroundingMetadata value) Event.Builder.interrupted(@Nullable Boolean value) Event.Builder.invocationId(String value) Event.Builder.longRunningToolIds(@Nullable Set<String> value) Event.Builder.modelVersion(@Nullable String value) Event.Builder.timestamp(long value) Event.toBuilder()Creates a builder pre-filled with this event's values.Event.Builder.turnComplete(@Nullable Boolean value) Event.Builder.usageMetadata(@Nullable com.google.genai.types.GenerateContentResponseUsageMetadata value)