Class InteractionAnalyzeParams.Metadata.Builder
-
- All Implemented Interfaces:
public final class InteractionAnalyzeParams.Metadata.BuilderA builder for Metadata.
-
-
Method Summary
-
-
Method Detail
-
model
final InteractionAnalyzeParams.Metadata.Builder model(String model)
The language model for the interactions.
-
model
final InteractionAnalyzeParams.Metadata.Builder model(JsonField<String> model)
Sets Builder.model to an arbitrary JSON value.
You should usually call Builder.model with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
requesterId
final InteractionAnalyzeParams.Metadata.Builder requesterId(String requesterId)
The identifier for the entity making the interactions.
-
requesterId
final InteractionAnalyzeParams.Metadata.Builder requesterId(JsonField<String> requesterId)
Sets Builder.requesterId to an arbitrary JSON value.
You should usually call Builder.requesterId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
provider
final InteractionAnalyzeParams.Metadata.Builder provider(String provider)
The provider of the language model.
-
provider
final InteractionAnalyzeParams.Metadata.Builder provider(JsonField<String> provider)
Sets Builder.provider to an arbitrary JSON value.
You should usually call Builder.provider with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final InteractionAnalyzeParams.Metadata.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final InteractionAnalyzeParams.Metadata.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final InteractionAnalyzeParams.Metadata.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final InteractionAnalyzeParams.Metadata.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final InteractionAnalyzeParams.Metadata.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final InteractionAnalyzeParams.Metadata build()
Returns an immutable instance of Metadata.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.model() .requesterId()
-
-
-
-