Class ChatSessionChatKitConfiguration
- 
                    
                    - All Implemented Interfaces:
 
 public final class ChatSessionChatKitConfigurationChatKit configuration for the session. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classChatSessionChatKitConfiguration.BuilderA builder for ChatSessionChatKitConfiguration. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final ChatSessionAutomaticThreadTitlingautomaticThreadTitling()Automatic thread titling preferences. final ChatSessionFileUploadfileUpload()Upload settings for the session. final ChatSessionHistoryhistory()History retention configuration. final JsonField<ChatSessionAutomaticThreadTitling>_automaticThreadTitling()Returns the raw JSON value of automaticThreadTitling. final JsonField<ChatSessionFileUpload>_fileUpload()Returns the raw JSON value of fileUpload. final JsonField<ChatSessionHistory>_history()Returns the raw JSON value of history. final Map<String, JsonValue>_additionalProperties()final ChatSessionChatKitConfiguration.BuildertoBuilder()final ChatSessionChatKitConfigurationvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ChatSessionChatKitConfiguration.Builderbuilder()Returns a mutable builder for constructing an instance of ChatSessionChatKitConfiguration. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        automaticThreadTitlingfinal ChatSessionAutomaticThreadTitling automaticThreadTitling() Automatic thread titling preferences. 
 - 
                                        fileUploadfinal ChatSessionFileUpload fileUpload() Upload settings for the session. 
 - 
                                        historyfinal ChatSessionHistory history() History retention configuration. 
 - 
                                        _automaticThreadTitlingfinal JsonField<ChatSessionAutomaticThreadTitling> _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<ChatSessionFileUpload> _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<ChatSessionHistory> _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 ChatSessionChatKitConfiguration.Builder toBuilder() 
 - 
                                        validatefinal ChatSessionChatKitConfiguration validate() 
 - 
                                        builderfinal static ChatSessionChatKitConfiguration.Builder builder() Returns a mutable builder for constructing an instance of ChatSessionChatKitConfiguration. The following fields are required: .automaticThreadTitling() .fileUpload() .history()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-