Class BetaManagedAgentsAgentThinkingEvent.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsAgentThinkingEvent.BuilderA builder for BetaManagedAgentsAgentThinkingEvent.
-
-
Method Summary
-
-
Method Detail
-
id
final BetaManagedAgentsAgentThinkingEvent.Builder id(String id)
Unique identifier for this event.
-
id
final BetaManagedAgentsAgentThinkingEvent.Builder id(JsonField<String> id)
Sets Builder.id to an arbitrary JSON value.
You should usually call Builder.id with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
processedAt
final BetaManagedAgentsAgentThinkingEvent.Builder processedAt(OffsetDateTime processedAt)
A timestamp in RFC 3339 format
-
processedAt
final BetaManagedAgentsAgentThinkingEvent.Builder processedAt(JsonField<OffsetDateTime> processedAt)
Sets Builder.processedAt to an arbitrary JSON value.
You should usually call Builder.processedAt with a well-typed OffsetDateTime value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
type
final BetaManagedAgentsAgentThinkingEvent.Builder type(BetaManagedAgentsAgentThinkingEvent.Type type)
-
type
final BetaManagedAgentsAgentThinkingEvent.Builder type(JsonField<BetaManagedAgentsAgentThinkingEvent.Type> type)
Sets Builder.type to an arbitrary JSON value.
You should usually call Builder.type with a well-typed Type value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaManagedAgentsAgentThinkingEvent.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsAgentThinkingEvent.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsAgentThinkingEvent.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsAgentThinkingEvent.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsAgentThinkingEvent.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsAgentThinkingEvent build()
Returns an immutable instance of BetaManagedAgentsAgentThinkingEvent.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.id() .processedAt() .type()
-
-
-
-