Package com.openai.models.responses
        Class ResponseFunctionWebSearch.Action.OpenPage.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseFunctionWebSearch.Action.OpenPage.BuilderA builder for OpenPage. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        typefinal ResponseFunctionWebSearch.Action.OpenPage.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("open_page")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        urlfinal ResponseFunctionWebSearch.Action.OpenPage.Builder url(String url) The URL opened by the model. 
 - 
                                        urlfinal ResponseFunctionWebSearch.Action.OpenPage.Builder url(JsonField<String> url) Sets Builder.url to an arbitrary JSON value. You should usually call Builder.url with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal ResponseFunctionWebSearch.Action.OpenPage.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal ResponseFunctionWebSearch.Action.OpenPage.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal ResponseFunctionWebSearch.Action.OpenPage.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal ResponseFunctionWebSearch.Action.OpenPage.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal ResponseFunctionWebSearch.Action.OpenPage.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal ResponseFunctionWebSearch.Action.OpenPage build() Returns an immutable instance of OpenPage. Further updates to this Builder will not mutate the returned instance. The following fields are required: .url()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-