Class BetaResponseInputItem.AgentMessage.Content.EncryptedContent
-
- All Implemented Interfaces:
public final class BetaResponseInputItem.AgentMessage.Content.EncryptedContentOpaque encrypted content that Responses API decrypts inside trusted model execution.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaResponseInputItem.AgentMessage.Content.EncryptedContent.BuilderA builder for EncryptedContent.
-
Method Summary
Modifier and Type Method Description final StringencryptedContent()Opaque encrypted content. final JsonValue_type()The type of the input item. final JsonField<String>_encryptedContent()Returns the raw JSON value of encryptedContent. final Map<String, JsonValue>_additionalProperties()final BetaResponseInputItem.AgentMessage.Content.EncryptedContent.BuildertoBuilder()final BetaResponseInputItem.AgentMessage.Content.EncryptedContentvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaResponseInputItem.AgentMessage.Content.EncryptedContent.Builderbuilder()Returns a mutable builder for constructing an instance of EncryptedContent. -
-
Method Detail
-
encryptedContent
final String encryptedContent()
Opaque encrypted content.
-
_type
final JsonValue _type()
The type of the input item. Always
encrypted_content.Expected to always return the following:
JsonValue.from("encrypted_content")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
_encryptedContent
final JsonField<String> _encryptedContent()
Returns the raw JSON value of encryptedContent.
Unlike encryptedContent, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaResponseInputItem.AgentMessage.Content.EncryptedContent.Builder toBuilder()
-
validate
final BetaResponseInputItem.AgentMessage.Content.EncryptedContent 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 BetaResponseInputItem.AgentMessage.Content.EncryptedContent.Builder builder()
Returns a mutable builder for constructing an instance of EncryptedContent.
The following fields are required:
.encryptedContent()
-
-
-
-