Class EventActions.Builder
java.lang.Object
com.google.adk.events.EventActions.Builder
- Enclosing class:
EventActions
Builder for
EventActions.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionartifactDelta(ConcurrentMap<String, Integer> value) build()compaction(EventCompaction value) deletedArtifactIds(Set<String> value) endInvocation(boolean endInvocation) Deprecated.endOfAgent(boolean endOfAgent) escalate(boolean escalate) merge(EventActions other) skipSummarization(boolean skipSummarization) stateDelta(ConcurrentMap<String, Object> value) transferToAgent(String agentId)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
skipSummarization
-
stateDelta
-
artifactDelta
@CanIgnoreReturnValue public EventActions.Builder artifactDelta(ConcurrentMap<String, Integer> value) -
deletedArtifactIds
-
transferToAgent
-
escalate
-
requestedAuthConfigs
@CanIgnoreReturnValue public EventActions.Builder requestedAuthConfigs(ConcurrentMap<String, ConcurrentMap<String, Object>> value) -
requestedToolConfirmations
@CanIgnoreReturnValue public EventActions.Builder requestedToolConfirmations(ConcurrentMap<String, ToolConfirmation> value) -
endOfAgent
-
endInvocation
Deprecated.UseendOfAgent(boolean)instead. -
compaction
-
merge
-
build
-
endOfAgent(boolean)instead.