Package com.openai.models
Class ResponseFormatText
-
- All Implemented Interfaces:
public final class ResponseFormatText
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
ResponseFormatText.Builder
public final class
ResponseFormatText.Type
The type of response format being defined:
text
-
Method Summary
Modifier and Type Method Description final ResponseFormatText.Type
type()
The type of response format being defined: text
final JsonField<ResponseFormatText.Type>
_type()
The type of response format being defined: text
final Map<String, JsonValue>
_additionalProperties()
final ResponseFormatText
validate()
final ResponseFormatText.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static ResponseFormatText.Builder
builder()
-
-
Method Detail
-
type
final ResponseFormatText.Type type()
The type of response format being defined:
text
-
_type
final JsonField<ResponseFormatText.Type> _type()
The type of response format being defined:
text
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final ResponseFormatText validate()
-
toBuilder
final ResponseFormatText.Builder toBuilder()
-
builder
final static ResponseFormatText.Builder builder()
-
-
-
-