Class ChatCompletionFunctionCallOption.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class ChatCompletionFunctionCallOption.BuilderA builder for ChatCompletionFunctionCallOption. 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description final ChatCompletionFunctionCallOption.Buildername(String name)The name of the function to call. final ChatCompletionFunctionCallOption.Buildername(JsonField<String> name)Sets Builder.name to an arbitrary JSON value. final ChatCompletionFunctionCallOption.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final ChatCompletionFunctionCallOption.BuilderputAdditionalProperty(String key, JsonValue value)final ChatCompletionFunctionCallOption.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final ChatCompletionFunctionCallOption.BuilderremoveAdditionalProperty(String key)final ChatCompletionFunctionCallOption.BuilderremoveAllAdditionalProperties(Set<String> keys)final ChatCompletionFunctionCallOptionbuild()Returns an immutable instance of ChatCompletionFunctionCallOption. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        namefinal ChatCompletionFunctionCallOption.Builder name(String name) The name of the function to call. 
 - 
                                        namefinal ChatCompletionFunctionCallOption.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. 
 - 
                                        additionalPropertiesfinal ChatCompletionFunctionCallOption.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal ChatCompletionFunctionCallOption.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal ChatCompletionFunctionCallOption.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal ChatCompletionFunctionCallOption.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal ChatCompletionFunctionCallOption.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal ChatCompletionFunctionCallOption build() Returns an immutable instance of ChatCompletionFunctionCallOption. Further updates to this Builder will not mutate the returned instance. The following fields are required: .name()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-