Class BetaManagedAgentsSessionThreadStatusTerminatedEvent
-
- All Implemented Interfaces:
public final class BetaManagedAgentsSessionThreadStatusTerminatedEventA session thread has terminated and will accept no further input. Emitted on the thread's own stream and cross-posted to the primary stream for child threads.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsSessionThreadStatusTerminatedEvent.BuilderA builder for BetaManagedAgentsSessionThreadStatusTerminatedEvent.
public final classBetaManagedAgentsSessionThreadStatusTerminatedEvent.Type
-
Method Summary
-
-
Method Detail
-
processedAt
final OffsetDateTime processedAt()
A timestamp in RFC 3339 format
-
sessionThreadId
final String sessionThreadId()
Public sthr_ ID of the thread that terminated.
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_agentName
final JsonField<String> _agentName()
Returns the raw JSON value of agentName.
Unlike agentName, this method doesn't throw if the JSON field has an unexpected type.
-
_processedAt
final JsonField<OffsetDateTime> _processedAt()
Returns the raw JSON value of processedAt.
Unlike processedAt, this method doesn't throw if the JSON field has an unexpected type.
-
_sessionThreadId
final JsonField<String> _sessionThreadId()
Returns the raw JSON value of sessionThreadId.
Unlike sessionThreadId, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<BetaManagedAgentsSessionThreadStatusTerminatedEvent.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 BetaManagedAgentsSessionThreadStatusTerminatedEvent.Builder toBuilder()
-
validate
final BetaManagedAgentsSessionThreadStatusTerminatedEvent 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 BetaManagedAgentsSessionThreadStatusTerminatedEvent.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionThreadStatusTerminatedEvent.
The following fields are required:
.id() .agentName() .processedAt() .sessionThreadId() .type()
-
-
-
-