Class BetaManagedAgentsAgentThinkingEvent
-
- All Implemented Interfaces:
public final class BetaManagedAgentsAgentThinkingEventIndicates the agent is making forward progress via extended thinking. A progress signal, not a content carrier.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsAgentThinkingEvent.BuilderA builder for BetaManagedAgentsAgentThinkingEvent.
public final classBetaManagedAgentsAgentThinkingEvent.Type
-
Method Summary
Modifier and Type Method Description final Stringid()Unique identifier for this event. final OffsetDateTimeprocessedAt()A timestamp in RFC 3339 format final BetaManagedAgentsAgentThinkingEvent.Typetype()final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<OffsetDateTime>_processedAt()Returns the raw JSON value of processedAt. final JsonField<BetaManagedAgentsAgentThinkingEvent.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsAgentThinkingEvent.BuildertoBuilder()final BetaManagedAgentsAgentThinkingEventvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsAgentThinkingEvent.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsAgentThinkingEvent. -
-
Method Detail
-
processedAt
final OffsetDateTime processedAt()
A timestamp in RFC 3339 format
-
type
final BetaManagedAgentsAgentThinkingEvent.Type type()
-
_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.
-
_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.
-
_type
final JsonField<BetaManagedAgentsAgentThinkingEvent.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 BetaManagedAgentsAgentThinkingEvent.Builder toBuilder()
-
validate
final BetaManagedAgentsAgentThinkingEvent 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 BetaManagedAgentsAgentThinkingEvent.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsAgentThinkingEvent.
The following fields are required:
.id() .processedAt() .type()
-
-
-
-