Class RealtimeFunctionTool.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class RealtimeFunctionTool.BuilderA builder for RealtimeFunctionTool. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        descriptionfinal RealtimeFunctionTool.Builder description(String description) The description of the function, including guidance on when and how to call it, and guidance about what to tell the user when calling (if anything). 
 - 
                                        descriptionfinal RealtimeFunctionTool.Builder description(JsonField<String> description) Sets Builder.description to an arbitrary JSON value. You should usually call Builder.description with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        namefinal RealtimeFunctionTool.Builder name(String name) The name of the function. 
 - 
                                        namefinal RealtimeFunctionTool.Builder name(JsonField<String> name) Sets Builder.name to an arbitrary JSON value. You should usually call Builder.name with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        parametersfinal RealtimeFunctionTool.Builder parameters(JsonValue parameters) Parameters of the function in JSON Schema. 
 - 
                                        typefinal RealtimeFunctionTool.Builder type(RealtimeFunctionTool.Type type) The type of the tool, i.e. function.
 - 
                                        typefinal RealtimeFunctionTool.Builder type(JsonField<RealtimeFunctionTool.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 RealtimeFunctionTool.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal RealtimeFunctionTool.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal RealtimeFunctionTool.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal RealtimeFunctionTool.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal RealtimeFunctionTool.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal RealtimeFunctionTool build() Returns an immutable instance of RealtimeFunctionTool. Further updates to this Builder will not mutate the returned instance. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-