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