Class BetaManagedAgentsRetryStatusExhausted
-
- All Implemented Interfaces:
public final class BetaManagedAgentsRetryStatusExhaustedThis turn is dead; queued inputs are flushed and the session returns to idle. Client may send a new prompt.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsRetryStatusExhausted.BuilderA builder for BetaManagedAgentsRetryStatusExhausted.
public final classBetaManagedAgentsRetryStatusExhausted.Type
-
Method Summary
Modifier and Type Method Description final BetaManagedAgentsRetryStatusExhausted.Typetype()final JsonField<BetaManagedAgentsRetryStatusExhausted.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsRetryStatusExhausted.BuildertoBuilder()final BetaManagedAgentsRetryStatusExhaustedvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsRetryStatusExhausted.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsRetryStatusExhausted. -
-
Method Detail
-
type
final BetaManagedAgentsRetryStatusExhausted.Type type()
-
_type
final JsonField<BetaManagedAgentsRetryStatusExhausted.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 BetaManagedAgentsRetryStatusExhausted.Builder toBuilder()
-
validate
final BetaManagedAgentsRetryStatusExhausted 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 BetaManagedAgentsRetryStatusExhausted.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsRetryStatusExhausted.
The following fields are required:
.type()
-
-
-
-