Class BetaManagedAgentsSessionActor
-
- All Implemented Interfaces:
public final class BetaManagedAgentsSessionActorAttribution for a write made by an agent during a session, through the mounted filesystem at
/mnt/memory/.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsSessionActor.BuilderA builder for BetaManagedAgentsSessionActor.
public final classBetaManagedAgentsSessionActor.Type
-
Method Summary
Modifier and Type Method Description final StringsessionId()ID of the session that performed the write (a sesn_...value).final BetaManagedAgentsSessionActor.Typetype()final JsonField<String>_sessionId()Returns the raw JSON value of sessionId. final JsonField<BetaManagedAgentsSessionActor.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsSessionActor.BuildertoBuilder()final BetaManagedAgentsSessionActorvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsSessionActor.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionActor. -
-
Method Detail
-
sessionId
final String sessionId()
ID of the session that performed the write (a
sesn_...value). Look up the session via /en/api/sessions-retrieve for further provenance.
-
type
final BetaManagedAgentsSessionActor.Type type()
-
_sessionId
final JsonField<String> _sessionId()
Returns the raw JSON value of sessionId.
Unlike sessionId, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<BetaManagedAgentsSessionActor.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 BetaManagedAgentsSessionActor.Builder toBuilder()
-
validate
final BetaManagedAgentsSessionActor 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 BetaManagedAgentsSessionActor.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionActor.
The following fields are required:
.sessionId() .type()
-
-
-
-