Package com.openai.models
Class ChatCompletionContentPartText
-
- All Implemented Interfaces:
public final class ChatCompletionContentPartTextLearn about text inputs.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classChatCompletionContentPartText.Builderpublic final classChatCompletionContentPartText.TypeThe type of the content part.
-
Method Summary
Modifier and Type Method Description final Stringtext()The text content. final ChatCompletionContentPartText.Typetype()The type of the content part. final JsonField<String>_text()The text content. final JsonField<ChatCompletionContentPartText.Type>_type()The type of the content part. final Map<String, JsonValue>_additionalProperties()final ChatCompletionContentPartTextvalidate()final ChatCompletionContentPartText.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ChatCompletionContentPartText.Builderbuilder()-
-
Method Detail
-
type
final ChatCompletionContentPartText.Type type()
The type of the content part.
-
_type
final JsonField<ChatCompletionContentPartText.Type> _type()
The type of the content part.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final ChatCompletionContentPartText validate()
-
toBuilder
final ChatCompletionContentPartText.Builder toBuilder()
-
builder
final static ChatCompletionContentPartText.Builder builder()
-
-
-
-