Class ChatSessionChatKitConfigurationParam
- 
                    
                    - All Implemented Interfaces:
 
 public final class ChatSessionChatKitConfigurationParamOptional per-session configuration settings for ChatKit behavior. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classChatSessionChatKitConfigurationParam.BuilderA builder for ChatSessionChatKitConfigurationParam. public final classChatSessionChatKitConfigurationParam.AutomaticThreadTitlingConfiguration for automatic thread titling. When omitted, automatic thread titling is enabled by default. public final classChatSessionChatKitConfigurationParam.FileUploadConfiguration for upload enablement and limits. When omitted, uploads are disabled by default (max_files 10, max_file_size 512 MB). public final classChatSessionChatKitConfigurationParam.HistoryConfiguration for chat history retention. When omitted, history is enabled by default with no limit on recent_threads (null). 
 - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        automaticThreadTitlingfinal Optional<ChatSessionChatKitConfigurationParam.AutomaticThreadTitling> automaticThreadTitling() Configuration for automatic thread titling. When omitted, automatic thread titling is enabled by default. 
 - 
                                        fileUploadfinal Optional<ChatSessionChatKitConfigurationParam.FileUpload> fileUpload() Configuration for upload enablement and limits. When omitted, uploads are disabled by default (max_files 10, max_file_size 512 MB). 
 - 
                                        historyfinal Optional<ChatSessionChatKitConfigurationParam.History> history() Configuration for chat history retention. When omitted, history is enabled by default with no limit on recent_threads (null). 
 - 
                                        _automaticThreadTitlingfinal JsonField<ChatSessionChatKitConfigurationParam.AutomaticThreadTitling> _automaticThreadTitling() Returns the raw JSON value of automaticThreadTitling. Unlike automaticThreadTitling, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _fileUploadfinal JsonField<ChatSessionChatKitConfigurationParam.FileUpload> _fileUpload() Returns the raw JSON value of fileUpload. Unlike fileUpload, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _historyfinal JsonField<ChatSessionChatKitConfigurationParam.History> _history() Returns the raw JSON value of history. Unlike history, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ChatSessionChatKitConfigurationParam.Builder toBuilder() 
 - 
                                        validatefinal ChatSessionChatKitConfigurationParam validate() 
 - 
                                        builderfinal static ChatSessionChatKitConfigurationParam.Builder builder() Returns a mutable builder for constructing an instance of ChatSessionChatKitConfigurationParam. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-