Class ChatKitResponseOutputText.Annotation.File.Builder
-
- All Implemented Interfaces:
public final class ChatKitResponseOutputText.Annotation.File.Builder
A builder for File.
-
-
Method Summary
-
-
Method Detail
-
source
final ChatKitResponseOutputText.Annotation.File.Builder source(ChatKitResponseOutputText.Annotation.File.Source source)
File attachment referenced by the annotation.
-
source
final ChatKitResponseOutputText.Annotation.File.Builder source(JsonField<ChatKitResponseOutputText.Annotation.File.Source> source)
Sets Builder.source to an arbitrary JSON value.
You should usually call Builder.source with a well-typed Source value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
type
final ChatKitResponseOutputText.Annotation.File.Builder type(JsonValue type)
Sets the field to an arbitrary JSON value.
It is usually unnecessary to call this method because the field defaults to the following:
JsonValue.from("file")
This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final ChatKitResponseOutputText.Annotation.File.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final ChatKitResponseOutputText.Annotation.File.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final ChatKitResponseOutputText.Annotation.File.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final ChatKitResponseOutputText.Annotation.File.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final ChatKitResponseOutputText.Annotation.File.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final ChatKitResponseOutputText.Annotation.File build()
Returns an immutable instance of File.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.source()
-
-
-
-