Package com.openai.models
Class TextContentBlockParam
-
- All Implemented Interfaces:
public final class TextContentBlockParam
The text content that is part of a message.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
TextContentBlockParam.Builder
A builder for TextContentBlockParam.
-
Method Summary
Modifier and Type Method Description final String
text()
Text content to be sent to the model final JsonValue
_type()
Always text
.final JsonField<String>
_text()
Text content to be sent to the model final Map<String, JsonValue>
_additionalProperties()
final TextContentBlockParam
validate()
final TextContentBlockParam.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static TextContentBlockParam.Builder
builder()
-
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final TextContentBlockParam validate()
-
toBuilder
final TextContentBlockParam.Builder toBuilder()
-
builder
final static TextContentBlockParam.Builder builder()
-
-
-
-