Class ChatCompletionMessage.Annotation.UrlCitation.Builder
-
- All Implemented Interfaces:
public final class ChatCompletionMessage.Annotation.UrlCitation.Builder
A builder for UrlCitation.
-
-
Method Summary
-
-
Method Detail
-
endIndex
final ChatCompletionMessage.Annotation.UrlCitation.Builder endIndex(Long endIndex)
The index of the last character of the URL citation in the message.
-
endIndex
final ChatCompletionMessage.Annotation.UrlCitation.Builder endIndex(JsonField<Long> endIndex)
The index of the last character of the URL citation in the message.
-
startIndex
final ChatCompletionMessage.Annotation.UrlCitation.Builder startIndex(Long startIndex)
The index of the first character of the URL citation in the message.
-
startIndex
final ChatCompletionMessage.Annotation.UrlCitation.Builder startIndex(JsonField<Long> startIndex)
The index of the first character of the URL citation in the message.
-
title
final ChatCompletionMessage.Annotation.UrlCitation.Builder title(String title)
The title of the web resource.
-
title
final ChatCompletionMessage.Annotation.UrlCitation.Builder title(JsonField<String> title)
The title of the web resource.
-
url
final ChatCompletionMessage.Annotation.UrlCitation.Builder url(String url)
The URL of the web resource.
-
url
final ChatCompletionMessage.Annotation.UrlCitation.Builder url(JsonField<String> url)
The URL of the web resource.
-
additionalProperties
final ChatCompletionMessage.Annotation.UrlCitation.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final ChatCompletionMessage.Annotation.UrlCitation.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final ChatCompletionMessage.Annotation.UrlCitation.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final ChatCompletionMessage.Annotation.UrlCitation.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final ChatCompletionMessage.Annotation.UrlCitation.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final ChatCompletionMessage.Annotation.UrlCitation build()
-
-
-
-