Class RequiredActionFunctionToolCall.Function
- 
                    
                    - All Implemented Interfaces:
 
 public final class RequiredActionFunctionToolCall.FunctionThe function definition. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classRequiredActionFunctionToolCall.Function.BuilderA builder for Function. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Stringarguments()The arguments that the model expects you to pass to the function. final Stringname()The name of the function. final JsonField<String>_arguments()Returns the raw JSON value of arguments. final JsonField<String>_name()Returns the raw JSON value of name. final Map<String, JsonValue>_additionalProperties()final RequiredActionFunctionToolCall.Function.BuildertoBuilder()final RequiredActionFunctionToolCall.Functionvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static RequiredActionFunctionToolCall.Function.Builderbuilder()Returns a mutable builder for constructing an instance of Function. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        argumentsfinal String arguments() The arguments that the model expects you to pass to the function. 
 - 
                                        _argumentsfinal JsonField<String> _arguments() Returns the raw JSON value of arguments. Unlike arguments, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _namefinal JsonField<String> _name() Returns the raw JSON value of name. Unlike name, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal RequiredActionFunctionToolCall.Function.Builder toBuilder() 
 - 
                                        validatefinal RequiredActionFunctionToolCall.Function validate() 
 - 
                                        builderfinal static RequiredActionFunctionToolCall.Function.Builder builder() Returns a mutable builder for constructing an instance of Function. The following fields are required: .arguments() .name()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-