Package com.openai.models
        Class ResponseFormatJsonSchema.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseFormatJsonSchema.BuilderA builder for ResponseFormatJsonSchema. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        jsonSchemafinal ResponseFormatJsonSchema.Builder jsonSchema(ResponseFormatJsonSchema.JsonSchema jsonSchema) Structured Outputs configuration options, including a JSON Schema. 
 - 
                                        jsonSchemafinal ResponseFormatJsonSchema.Builder jsonSchema(JsonField<ResponseFormatJsonSchema.JsonSchema> jsonSchema) Sets Builder.jsonSchema to an arbitrary JSON value. You should usually call Builder.jsonSchema with a well-typed JsonSchema value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        typefinal ResponseFormatJsonSchema.Builder type(JsonValue type) Sets the field to an arbitrary JSON value. It is usually unnecessary to call this method because the field defaults to the following: JsonValue.from("json_schema")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal ResponseFormatJsonSchema.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal ResponseFormatJsonSchema.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal ResponseFormatJsonSchema.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal ResponseFormatJsonSchema.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal ResponseFormatJsonSchema.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal ResponseFormatJsonSchema build() Returns an immutable instance of ResponseFormatJsonSchema. Further updates to this Builder will not mutate the returned instance. The following fields are required: .jsonSchema()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-