Class ChatKitResponseOutputText.Annotation.Url.Builder
-
- All Implemented Interfaces:
public final class ChatKitResponseOutputText.Annotation.Url.Builder
A builder for Url.
-
-
Method Summary
-
-
Method Detail
-
source
final ChatKitResponseOutputText.Annotation.Url.Builder source(ChatKitResponseOutputText.Annotation.Url.Source source)
URL referenced by the annotation.
-
source
final ChatKitResponseOutputText.Annotation.Url.Builder source(JsonField<ChatKitResponseOutputText.Annotation.Url.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.Url.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("url")
This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final ChatKitResponseOutputText.Annotation.Url.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final ChatKitResponseOutputText.Annotation.Url.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final ChatKitResponseOutputText.Annotation.Url.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final ChatKitResponseOutputText.Annotation.Url.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final ChatKitResponseOutputText.Annotation.Url.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final ChatKitResponseOutputText.Annotation.Url build()
Returns an immutable instance of Url.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.source()
-
-
-
-