Class InteractionAnalyzeResponse.AnalyzedData
-
- All Implemented Interfaces:
public final class InteractionAnalyzeResponse.AnalyzedDataThe language model input and/or output that was analyzed.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInteractionAnalyzeResponse.AnalyzedData.BuilderA builder for AnalyzedData.
public final classInteractionAnalyzeResponse.AnalyzedData.Inputpublic final classInteractionAnalyzeResponse.AnalyzedData.Output
-
Method Summary
Modifier and Type Method Description final InteractionAnalyzeResponse.AnalyzedData.Inputinput()final Optional<InteractionAnalyzeResponse.AnalyzedData.Output>output()final JsonField<InteractionAnalyzeResponse.AnalyzedData.Input>_input()Returns the raw JSON value of input. final JsonField<InteractionAnalyzeResponse.AnalyzedData.Output>_output()Returns the raw JSON value of output. final Map<String, JsonValue>_additionalProperties()final InteractionAnalyzeResponse.AnalyzedData.BuildertoBuilder()final InteractionAnalyzeResponse.AnalyzedDatavalidate()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.AnalyzedData.Builderbuilder()Returns a mutable builder for constructing an instance of AnalyzedData. -
-
Method Detail
-
input
final InteractionAnalyzeResponse.AnalyzedData.Input input()
-
output
final Optional<InteractionAnalyzeResponse.AnalyzedData.Output> output()
-
_input
final JsonField<InteractionAnalyzeResponse.AnalyzedData.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.AnalyzedData.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.AnalyzedData.Builder toBuilder()
-
validate
final InteractionAnalyzeResponse.AnalyzedData 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.AnalyzedData.Builder builder()
Returns a mutable builder for constructing an instance of AnalyzedData.
The following fields are required:
.input()
-
-
-
-