Class SessionCreateResponse.Tool
- 
                    
                    - All Implemented Interfaces:
 
 public final class SessionCreateResponse.Tool
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classSessionCreateResponse.Tool.BuilderA builder for Tool. public final classSessionCreateResponse.Tool.TypeThe type of the tool, i.e. function.
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Optional<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). final Optional<String>name()The name of the function. final JsonValue_parameters()Parameters of the function in JSON Schema. final Optional<SessionCreateResponse.Tool.Type>type()The type of the tool, i.e. final JsonField<String>_description()Returns the raw JSON value of description. final JsonField<String>_name()Returns the raw JSON value of name. final JsonField<SessionCreateResponse.Tool.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final SessionCreateResponse.Tool.BuildertoBuilder()final SessionCreateResponse.Toolvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SessionCreateResponse.Tool.Builderbuilder()Returns a mutable builder for constructing an instance of Tool. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        descriptionfinal Optional<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). 
 - 
                                        _parametersfinal JsonValue _parameters() Parameters of the function in JSON Schema. 
 - 
                                        typefinal Optional<SessionCreateResponse.Tool.Type> type() The type of the tool, i.e. function.
 - 
                                        _descriptionfinal JsonField<String> _description() Returns the raw JSON value of description. Unlike description, 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. 
 - 
                                        _typefinal JsonField<SessionCreateResponse.Tool.Type> _type() Returns the raw JSON value of type. Unlike type, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal SessionCreateResponse.Tool.Builder toBuilder() 
 - 
                                        validatefinal SessionCreateResponse.Tool validate() 
 - 
                                        builderfinal static SessionCreateResponse.Tool.Builder builder() Returns a mutable builder for constructing an instance of Tool. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-