GoogleCloudAiplatformV1EventActions class

Actions are parts of events that are executed by the agent.

Constructors

GoogleCloudAiplatformV1EventActions({Map<String, int>? artifactDelta, bool? escalate, Map<String, Object?>? requestedAuthConfigs, bool? skipSummarization, Map<String, Object?>? stateDelta, String? transferAgent})
GoogleCloudAiplatformV1EventActions.fromJson(Map json_)

Properties

artifactDelta Map<String, int>?
Indicates that the event is updating an artifact.
getter/setter pair
escalate bool?
The agent is escalating to a higher level agent.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
requestedAuthConfigs Map<String, Object?>?
Will only be set by a tool response indicating tool request euc.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skipSummarization bool?
If true, it won't call model to summarize function response.
getter/setter pair
stateDelta Map<String, Object?>?
Indicates that the event is updating the state with the given delta.
getter/setter pair
transferAgent String?
If set, the event transfers to the specified agent.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited