Package com.openai.models
        Class ResponseFormatText
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseFormatTextDefault response format. Used to generate text responses. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classResponseFormatText.BuilderA builder for ResponseFormatText. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final JsonValue_type()The type of response format being defined. final Map<String, JsonValue>_additionalProperties()final ResponseFormatText.BuildertoBuilder()final ResponseFormatTextvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ResponseFormatText.Builderbuilder()Returns a mutable builder for constructing an instance of ResponseFormatText. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        _typefinal JsonValue _type() The type of response format being defined. Always text.Expected to always return the following: JsonValue.from("text")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 ResponseFormatText.Builder toBuilder() 
 - 
                                        validatefinal ResponseFormatText validate() 
 - 
                                        builderfinal static ResponseFormatText.Builder builder() Returns a mutable builder for constructing an instance of ResponseFormatText. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-