Class InteractionAnalyzeParams.Output
-
- All Implemented Interfaces:
public final class InteractionAnalyzeParams.Output
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInteractionAnalyzeParams.Output.BuilderA builder for Output.
public final classInteractionAnalyzeParams.Output.Message
-
Method Summary
Modifier and Type Method Description final Optional<List<InteractionAnalyzeParams.Output.Message>>messages()The list of messages as output from a language model. final JsonField<List<InteractionAnalyzeParams.Output.Message>>_messages()Returns the raw JSON value of messages. final Map<String, JsonValue>_additionalProperties()final InteractionAnalyzeParams.Output.BuildertoBuilder()final InteractionAnalyzeParams.Outputvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static InteractionAnalyzeParams.Output.Builderbuilder()Returns a mutable builder for constructing an instance of Output. -
-
Method Detail
-
messages
final Optional<List<InteractionAnalyzeParams.Output.Message>> messages()
The list of messages as output from a language model.
-
_messages
final JsonField<List<InteractionAnalyzeParams.Output.Message>> _messages()
Returns the raw JSON value of messages.
Unlike messages, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final InteractionAnalyzeParams.Output.Builder toBuilder()
-
validate
final InteractionAnalyzeParams.Output 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 InteractionAnalyzeParams.Output.Builder builder()
Returns a mutable builder for constructing an instance of Output.
-
-
-
-