Package com.openai.models
        Class ResponseFormatJsonSchema
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseFormatJsonSchemaJSON Schema response format. Used to generate structured JSON responses. Learn more about Structured Outputs. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classResponseFormatJsonSchema.BuilderA builder for ResponseFormatJsonSchema. public final classResponseFormatJsonSchema.JsonSchemaStructured Outputs configuration options, including a JSON Schema. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final ResponseFormatJsonSchema.JsonSchemajsonSchema()Structured Outputs configuration options, including a JSON Schema. final JsonValue_type()The type of response format being defined. final JsonField<ResponseFormatJsonSchema.JsonSchema>_jsonSchema()Returns the raw JSON value of jsonSchema. final Map<String, JsonValue>_additionalProperties()final ResponseFormatJsonSchema.BuildertoBuilder()final ResponseFormatJsonSchemavalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ResponseFormatJsonSchema.Builderbuilder()Returns a mutable builder for constructing an instance of ResponseFormatJsonSchema. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        jsonSchemafinal ResponseFormatJsonSchema.JsonSchema jsonSchema() Structured Outputs configuration options, including a JSON Schema. 
 - 
                                        _typefinal JsonValue _type() The type of response format being defined. Always json_schema.Expected to always return the following: JsonValue.from("json_schema")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        _jsonSchemafinal JsonField<ResponseFormatJsonSchema.JsonSchema> _jsonSchema() Returns the raw JSON value of jsonSchema. Unlike jsonSchema, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ResponseFormatJsonSchema.Builder toBuilder() 
 - 
                                        validatefinal ResponseFormatJsonSchema validate() 
 - 
                                        builderfinal static ResponseFormatJsonSchema.Builder builder() Returns a mutable builder for constructing an instance of ResponseFormatJsonSchema. The following fields are required: .jsonSchema()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-