Package com.braintrustdata.api.models
Class ChatCompletionContentPartText
-
- All Implemented Interfaces:
public final class ChatCompletionContentPartText
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classChatCompletionContentPartText.BuilderA builder for ChatCompletionContentPartText.
public final classChatCompletionContentPartText.Type
-
Method Summary
Modifier and Type Method Description final ChatCompletionContentPartText.Typetype()final Optional<String>text()final JsonField<ChatCompletionContentPartText.Type>_type()Returns the raw JSON value of type. final JsonField<String>_text()Returns the raw JSON value of text. final Map<String, JsonValue>_additionalProperties()final ChatCompletionContentPartText.BuildertoBuilder()final ChatCompletionContentPartTextvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ChatCompletionContentPartText.Builderbuilder()Returns a mutable builder for constructing an instance of ChatCompletionContentPartText. -
-
Method Detail
-
type
final ChatCompletionContentPartText.Type type()
-
_type
final JsonField<ChatCompletionContentPartText.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_text
final JsonField<String> _text()
Returns the raw JSON value of text.
Unlike text, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ChatCompletionContentPartText.Builder toBuilder()
-
validate
final ChatCompletionContentPartText validate()
-
builder
final static ChatCompletionContentPartText.Builder builder()
Returns a mutable builder for constructing an instance of ChatCompletionContentPartText.
The following fields are required:
.type()
-
-
-
-