Package com.openai.models.vectorstores
        Class VectorStoreSearchResponse.Content.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class VectorStoreSearchResponse.Content.BuilderA builder for Content. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        textfinal VectorStoreSearchResponse.Content.Builder text(String text) The text content returned from search. 
 - 
                                        textfinal VectorStoreSearchResponse.Content.Builder text(JsonField<String> text) Sets Builder.text to an arbitrary JSON value. You should usually call Builder.text with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        typefinal VectorStoreSearchResponse.Content.Builder type(VectorStoreSearchResponse.Content.Type type) The type of content. 
 - 
                                        typefinal VectorStoreSearchResponse.Content.Builder type(JsonField<VectorStoreSearchResponse.Content.Type> type) Sets Builder.type to an arbitrary JSON value. You should usually call Builder.type with a well-typed Type value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal VectorStoreSearchResponse.Content.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal VectorStoreSearchResponse.Content.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal VectorStoreSearchResponse.Content.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal VectorStoreSearchResponse.Content.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal VectorStoreSearchResponse.Content.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal VectorStoreSearchResponse.Content build() Returns an immutable instance of Content. Further updates to this Builder will not mutate the returned instance. The following fields are required: .text() .type()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-