Package com.openai.models
        Class ResponseFormatJsonObject
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseFormatJsonObjectJSON object response format. An older method of generating JSON responses. Using json_schemais recommended for models that support it. Note that the model will not generate JSON without a system or user message instructing it to do so.
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classResponseFormatJsonObject.BuilderA builder for ResponseFormatJsonObject. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final JsonValue_type()The type of response format being defined. final Map<String, JsonValue>_additionalProperties()final ResponseFormatJsonObject.BuildertoBuilder()final ResponseFormatJsonObjectvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ResponseFormatJsonObject.Builderbuilder()Returns a mutable builder for constructing an instance of ResponseFormatJsonObject. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        _typefinal JsonValue _type() The type of response format being defined. Always json_object.Expected to always return the following: JsonValue.from("json_object")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ResponseFormatJsonObject.Builder toBuilder() 
 - 
                                        validatefinal ResponseFormatJsonObject validate() 
 - 
                                        builderfinal static ResponseFormatJsonObject.Builder builder() Returns a mutable builder for constructing an instance of ResponseFormatJsonObject. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-