Class ChatSessionChatKitConfigurationParam.History
- 
                    
                    - All Implemented Interfaces:
 
 public final class ChatSessionChatKitConfigurationParam.HistoryConfiguration for chat history retention. When omitted, history is enabled by default with no limit on recent_threads (null). 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classChatSessionChatKitConfigurationParam.History.BuilderA builder for History. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Optional<Boolean>enabled()Enables chat users to access previous ChatKit threads. final Optional<Long>recentThreads()Number of recent ChatKit threads users have access to. final JsonField<Boolean>_enabled()Returns the raw JSON value of enabled. final JsonField<Long>_recentThreads()Returns the raw JSON value of recentThreads. final Map<String, JsonValue>_additionalProperties()final ChatSessionChatKitConfigurationParam.History.BuildertoBuilder()final ChatSessionChatKitConfigurationParam.Historyvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ChatSessionChatKitConfigurationParam.History.Builderbuilder()Returns a mutable builder for constructing an instance of History. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        enabledfinal Optional<Boolean> enabled() Enables chat users to access previous ChatKit threads. Defaults to true. 
 - 
                                        recentThreadsfinal Optional<Long> recentThreads() Number of recent ChatKit threads users have access to. Defaults to unlimited when unset. 
 - 
                                        _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. 
 - 
                                        _recentThreadsfinal JsonField<Long> _recentThreads() Returns the raw JSON value of recentThreads. Unlike recentThreads, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ChatSessionChatKitConfigurationParam.History.Builder toBuilder() 
 - 
                                        validatefinal ChatSessionChatKitConfigurationParam.History validate() 
 - 
                                        builderfinal static ChatSessionChatKitConfigurationParam.History.Builder builder() Returns a mutable builder for constructing an instance of History. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-