Package com.openai.models
Class TextContentBlockParam
-
- All Implemented Interfaces:
public final class TextContentBlockParamThe text content that is part of a message.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTextContentBlockParam.Builderpublic final classTextContentBlockParam.TypeAlways
text.
-
Method Summary
Modifier and Type Method Description final Stringtext()Text content to be sent to the model final TextContentBlockParam.Typetype()Always text.final JsonField<String>_text()Text content to be sent to the model final JsonField<TextContentBlockParam.Type>_type()Always text.final Map<String, JsonValue>_additionalProperties()final TextContentBlockParamvalidate()final TextContentBlockParam.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static TextContentBlockParam.Builderbuilder()-
-
Method Detail
-
type
final TextContentBlockParam.Type type()
Always
text.
-
_type
final JsonField<TextContentBlockParam.Type> _type()
Always
text.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final TextContentBlockParam validate()
-
toBuilder
final TextContentBlockParam.Builder toBuilder()
-
builder
final static TextContentBlockParam.Builder builder()
-
-
-
-