Package com.openai.models.responses
Class ResponseInputText
-
- All Implemented Interfaces:
public final class ResponseInputText
A text input to the model.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
ResponseInputText.Builder
A builder for ResponseInputText.
-
Method Summary
Modifier and Type Method Description final String
text()
The text input to the model. final JsonValue
_type()
The type of the input item. final JsonField<String>
_text()
The text input to the model. final Map<String, JsonValue>
_additionalProperties()
final ResponseInputText
validate()
final ResponseInputText.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static ResponseInputText.Builder
builder()
Returns a mutable builder for constructing an instance of ResponseInputText. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final ResponseInputText validate()
-
toBuilder
final ResponseInputText.Builder toBuilder()
-
builder
final static ResponseInputText.Builder builder()
Returns a mutable builder for constructing an instance of ResponseInputText.
The following fields are required:
.text()
-
-
-
-