Class BetaManagedAgentsSessionRequiresAction
-
- All Implemented Interfaces:
public final class BetaManagedAgentsSessionRequiresActionThe agent is idle waiting on one or more blocking user-input events (tool confirmation, custom tool result, etc.). Resolving all of them transitions the session back to running.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsSessionRequiresAction.BuilderA builder for BetaManagedAgentsSessionRequiresAction.
public final classBetaManagedAgentsSessionRequiresAction.Type
-
Method Summary
Modifier and Type Method Description final List<String>eventIds()The ids of events the agent is blocked on. final BetaManagedAgentsSessionRequiresAction.Typetype()final JsonField<List<String>>_eventIds()Returns the raw JSON value of eventIds. final JsonField<BetaManagedAgentsSessionRequiresAction.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsSessionRequiresAction.BuildertoBuilder()final BetaManagedAgentsSessionRequiresActionvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsSessionRequiresAction.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionRequiresAction. -
-
Method Detail
-
eventIds
final List<String> eventIds()
The ids of events the agent is blocked on. Resolving fewer than all re-emits
session.status_idlewith the remainder.
-
type
final BetaManagedAgentsSessionRequiresAction.Type type()
-
_eventIds
final JsonField<List<String>> _eventIds()
Returns the raw JSON value of eventIds.
Unlike eventIds, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<BetaManagedAgentsSessionRequiresAction.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsSessionRequiresAction.Builder toBuilder()
-
validate
final BetaManagedAgentsSessionRequiresAction validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static BetaManagedAgentsSessionRequiresAction.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionRequiresAction.
The following fields are required:
.eventIds() .type()
-
-
-
-