Class InteractionAnalyzeParams.Input
-
- All Implemented Interfaces:
public final class InteractionAnalyzeParams.Input
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInteractionAnalyzeParams.Input.BuilderA builder for Input.
public final classInteractionAnalyzeParams.Input.Message
-
Method Summary
Modifier and Type Method Description final Optional<List<InteractionAnalyzeParams.Input.Message>>messages()The list of messages as input to a language model. final JsonField<List<InteractionAnalyzeParams.Input.Message>>_messages()Returns the raw JSON value of messages. final Map<String, JsonValue>_additionalProperties()final InteractionAnalyzeParams.Input.BuildertoBuilder()final InteractionAnalyzeParams.Inputvalidate()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.Input.Builderbuilder()Returns a mutable builder for constructing an instance of Input. -
-
Method Detail
-
messages
final Optional<List<InteractionAnalyzeParams.Input.Message>> messages()
The list of messages as input to a language model.
-
_messages
final JsonField<List<InteractionAnalyzeParams.Input.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.Input.Builder toBuilder()
-
validate
final InteractionAnalyzeParams.Input 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.Input.Builder builder()
Returns a mutable builder for constructing an instance of Input.
-
-
-
-