Package com.anthropic.models.beta.agents
Class BetaManagedAgentsAlwaysAskPolicy
-
- All Implemented Interfaces:
public final class BetaManagedAgentsAlwaysAskPolicyTool calls require user confirmation before execution.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsAlwaysAskPolicy.BuilderA builder for BetaManagedAgentsAlwaysAskPolicy.
public final classBetaManagedAgentsAlwaysAskPolicy.Type
-
Method Summary
Modifier and Type Method Description final BetaManagedAgentsAlwaysAskPolicy.Typetype()final JsonField<BetaManagedAgentsAlwaysAskPolicy.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsAlwaysAskPolicy.BuildertoBuilder()final BetaManagedAgentsAlwaysAskPolicyvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsAlwaysAskPolicy.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsAlwaysAskPolicy. -
-
Method Detail
-
type
final BetaManagedAgentsAlwaysAskPolicy.Type type()
-
_type
final JsonField<BetaManagedAgentsAlwaysAskPolicy.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 BetaManagedAgentsAlwaysAskPolicy.Builder toBuilder()
-
validate
final BetaManagedAgentsAlwaysAskPolicy 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 BetaManagedAgentsAlwaysAskPolicy.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsAlwaysAskPolicy.
The following fields are required:
.type()
-
-
-
-