Class InteractionAnalyzeParams.Output.Builder
-
- All Implemented Interfaces:
public final class InteractionAnalyzeParams.Output.BuilderA builder for Output.
-
-
Method Summary
-
-
Method Detail
-
messages
final InteractionAnalyzeParams.Output.Builder messages(List<InteractionAnalyzeParams.Output.Message> messages)
The list of messages as output from a language model.
-
messages
final InteractionAnalyzeParams.Output.Builder messages(JsonField<List<InteractionAnalyzeParams.Output.Message>> messages)
Sets Builder.messages to an arbitrary JSON value.
You should usually call Builder.messages with a well-typed
List<Message>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addMessage
final InteractionAnalyzeParams.Output.Builder addMessage(InteractionAnalyzeParams.Output.Message message)
-
additionalProperties
final InteractionAnalyzeParams.Output.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final InteractionAnalyzeParams.Output.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final InteractionAnalyzeParams.Output.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final InteractionAnalyzeParams.Output.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final InteractionAnalyzeParams.Output.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final InteractionAnalyzeParams.Output build()
Returns an immutable instance of Output.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-