Class FileSearchToolCall.FileSearch.Result
- 
                    
                    - All Implemented Interfaces:
 
 public final class FileSearchToolCall.FileSearch.ResultA result instance of the file search. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classFileSearchToolCall.FileSearch.Result.BuilderA builder for Result. public final classFileSearchToolCall.FileSearch.Result.Content
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final StringfileId()The ID of the file that result was found in. final StringfileName()The name of the file that result was found in. final Doublescore()The score of the result. final Optional<List<FileSearchToolCall.FileSearch.Result.Content>>content()The content of the result that was found. final JsonField<String>_fileId()Returns the raw JSON value of fileId. final JsonField<String>_fileName()Returns the raw JSON value of fileName. final JsonField<Double>_score()Returns the raw JSON value of score. final JsonField<List<FileSearchToolCall.FileSearch.Result.Content>>_content()Returns the raw JSON value of content. final Map<String, JsonValue>_additionalProperties()final FileSearchToolCall.FileSearch.Result.BuildertoBuilder()final FileSearchToolCall.FileSearch.Resultvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FileSearchToolCall.FileSearch.Result.Builderbuilder()Returns a mutable builder for constructing an instance of Result. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        scorefinal Double score() The score of the result. All values must be a floating point number between 0 and 1. 
 - 
                                        contentfinal Optional<List<FileSearchToolCall.FileSearch.Result.Content>> content() The content of the result that was found. The content is only included if requested via the include query parameter. 
 - 
                                        _fileIdfinal JsonField<String> _fileId() Returns the raw JSON value of fileId. Unlike fileId, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _fileNamefinal JsonField<String> _fileName() Returns the raw JSON value of fileName. Unlike fileName, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _scorefinal JsonField<Double> _score() Returns the raw JSON value of score. Unlike score, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _contentfinal JsonField<List<FileSearchToolCall.FileSearch.Result.Content>> _content() Returns the raw JSON value of content. Unlike content, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal FileSearchToolCall.FileSearch.Result.Builder toBuilder() 
 - 
                                        validatefinal FileSearchToolCall.FileSearch.Result validate() 
 - 
                                        builderfinal static FileSearchToolCall.FileSearch.Result.Builder builder() Returns a mutable builder for constructing an instance of Result. The following fields are required: .fileId() .fileName() .score()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-