Class ChatCompletionCreateParams.WebSearchOptions.UserLocation
- 
                    
                    - All Implemented Interfaces:
 
 public final class ChatCompletionCreateParams.WebSearchOptions.UserLocationApproximate location parameters for the search. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classChatCompletionCreateParams.WebSearchOptions.UserLocation.BuilderA builder for UserLocation. public final classChatCompletionCreateParams.WebSearchOptions.UserLocation.ApproximateApproximate location parameters for the search. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final ChatCompletionCreateParams.WebSearchOptions.UserLocation.Approximateapproximate()Approximate location parameters for the search. final JsonValue_type()The type of location approximation. final JsonField<ChatCompletionCreateParams.WebSearchOptions.UserLocation.Approximate>_approximate()Returns the raw JSON value of approximate. final Map<String, JsonValue>_additionalProperties()final ChatCompletionCreateParams.WebSearchOptions.UserLocation.BuildertoBuilder()final ChatCompletionCreateParams.WebSearchOptions.UserLocationvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ChatCompletionCreateParams.WebSearchOptions.UserLocation.Builderbuilder()Returns a mutable builder for constructing an instance of UserLocation. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        approximatefinal ChatCompletionCreateParams.WebSearchOptions.UserLocation.Approximate approximate() Approximate location parameters for the search. 
 - 
                                        _typefinal JsonValue _type() The type of location approximation. Always approximate.Expected to always return the following: JsonValue.from("approximate")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        _approximatefinal JsonField<ChatCompletionCreateParams.WebSearchOptions.UserLocation.Approximate> _approximate() Returns the raw JSON value of approximate. Unlike approximate, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ChatCompletionCreateParams.WebSearchOptions.UserLocation.Builder toBuilder() 
 - 
                                        validatefinal ChatCompletionCreateParams.WebSearchOptions.UserLocation validate() 
 - 
                                        builderfinal static ChatCompletionCreateParams.WebSearchOptions.UserLocation.Builder builder() Returns a mutable builder for constructing an instance of UserLocation. The following fields are required: .approximate()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-