Class ChatSessionChatKitConfigurationParam.FileUpload
- 
                    
                    - All Implemented Interfaces:
 
 public final class ChatSessionChatKitConfigurationParam.FileUploadConfiguration for upload enablement and limits. When omitted, uploads are disabled by default (max_files 10, max_file_size 512 MB). 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classChatSessionChatKitConfigurationParam.FileUpload.BuilderA builder for FileUpload. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Optional<Boolean>enabled()Enable uploads for this session. final Optional<Long>maxFileSize()Maximum size in megabytes for each uploaded file. final Optional<Long>maxFiles()Maximum number of files that can be uploaded to the session. final JsonField<Boolean>_enabled()Returns the raw JSON value of enabled. final JsonField<Long>_maxFileSize()Returns the raw JSON value of maxFileSize. final JsonField<Long>_maxFiles()Returns the raw JSON value of maxFiles. final Map<String, JsonValue>_additionalProperties()final ChatSessionChatKitConfigurationParam.FileUpload.BuildertoBuilder()final ChatSessionChatKitConfigurationParam.FileUploadvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ChatSessionChatKitConfigurationParam.FileUpload.Builderbuilder()Returns a mutable builder for constructing an instance of FileUpload. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        maxFileSizefinal Optional<Long> maxFileSize() Maximum size in megabytes for each uploaded file. Defaults to 512 MB, which is the maximum allowable size. 
 - 
                                        maxFilesfinal Optional<Long> maxFiles() Maximum number of files that can be uploaded to the session. Defaults to 10. 
 - 
                                        _enabledfinal JsonField<Boolean> _enabled() Returns the raw JSON value of enabled. Unlike enabled, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _maxFileSizefinal JsonField<Long> _maxFileSize() Returns the raw JSON value of maxFileSize. Unlike maxFileSize, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _maxFilesfinal JsonField<Long> _maxFiles() Returns the raw JSON value of maxFiles. Unlike maxFiles, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ChatSessionChatKitConfigurationParam.FileUpload.Builder toBuilder() 
 - 
                                        validatefinal ChatSessionChatKitConfigurationParam.FileUpload validate() 
 - 
                                        builderfinal static ChatSessionChatKitConfigurationParam.FileUpload.Builder builder() Returns a mutable builder for constructing an instance of FileUpload. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-