Class InteractionAnalyzeParams.Metadata
-
- All Implemented Interfaces:
public final class InteractionAnalyzeParams.Metadata
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInteractionAnalyzeParams.Metadata.BuilderA builder for Metadata.
-
Method Summary
Modifier and Type Method Description final Stringmodel()The language model for the interactions. final StringrequesterId()The identifier for the entity making the interactions. final Optional<String>provider()The provider of the language model. final JsonField<String>_model()Returns the raw JSON value of model. final JsonField<String>_requesterId()Returns the raw JSON value of requesterId. final JsonField<String>_provider()Returns the raw JSON value of provider. final Map<String, JsonValue>_additionalProperties()final InteractionAnalyzeParams.Metadata.BuildertoBuilder()final InteractionAnalyzeParams.Metadatavalidate()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.Metadata.Builderbuilder()Returns a mutable builder for constructing an instance of Metadata. -
-
Method Detail
-
requesterId
final String requesterId()
The identifier for the entity making the interactions.
-
_model
final JsonField<String> _model()
Returns the raw JSON value of model.
Unlike model, this method doesn't throw if the JSON field has an unexpected type.
-
_requesterId
final JsonField<String> _requesterId()
Returns the raw JSON value of requesterId.
Unlike requesterId, this method doesn't throw if the JSON field has an unexpected type.
-
_provider
final JsonField<String> _provider()
Returns the raw JSON value of provider.
Unlike provider, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final InteractionAnalyzeParams.Metadata.Builder toBuilder()
-
validate
final InteractionAnalyzeParams.Metadata 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.Metadata.Builder builder()
Returns a mutable builder for constructing an instance of Metadata.
The following fields are required:
.model() .requesterId()
-
-
-
-