Class InteractionAnalyzeResponse.ModifiedData
-
- All Implemented Interfaces:
public final class InteractionAnalyzeResponse.ModifiedDataThe potentially modified language model input and output after applying any redactions or modifications based on the analysis.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInteractionAnalyzeResponse.ModifiedData.BuilderA builder for ModifiedData.
public final classInteractionAnalyzeResponse.ModifiedData.Inputpublic final classInteractionAnalyzeResponse.ModifiedData.Output
-
Method Summary
Modifier and Type Method Description final InteractionAnalyzeResponse.ModifiedData.Inputinput()final InteractionAnalyzeResponse.ModifiedData.Outputoutput()final JsonField<InteractionAnalyzeResponse.ModifiedData.Input>_input()Returns the raw JSON value of input. final JsonField<InteractionAnalyzeResponse.ModifiedData.Output>_output()Returns the raw JSON value of output. final Map<String, JsonValue>_additionalProperties()final InteractionAnalyzeResponse.ModifiedData.BuildertoBuilder()final InteractionAnalyzeResponse.ModifiedDatavalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static InteractionAnalyzeResponse.ModifiedData.Builderbuilder()Returns a mutable builder for constructing an instance of ModifiedData. -
-
Method Detail
-
input
final InteractionAnalyzeResponse.ModifiedData.Input input()
-
output
final InteractionAnalyzeResponse.ModifiedData.Output output()
-
_input
final JsonField<InteractionAnalyzeResponse.ModifiedData.Input> _input()
Returns the raw JSON value of input.
Unlike input, this method doesn't throw if the JSON field has an unexpected type.
-
_output
final JsonField<InteractionAnalyzeResponse.ModifiedData.Output> _output()
Returns the raw JSON value of output.
Unlike output, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final InteractionAnalyzeResponse.ModifiedData.Builder toBuilder()
-
validate
final InteractionAnalyzeResponse.ModifiedData 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 InteractionAnalyzeResponse.ModifiedData.Builder builder()
Returns a mutable builder for constructing an instance of ModifiedData.
The following fields are required:
.input() .output()
-
-
-
-