Class ChatSessionChatKitConfigurationParam.History.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class ChatSessionChatKitConfigurationParam.History.BuilderA builder for History. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        enabledfinal ChatSessionChatKitConfigurationParam.History.Builder enabled(Boolean enabled) Enables chat users to access previous ChatKit threads. Defaults to true. 
 - 
                                        enabledfinal ChatSessionChatKitConfigurationParam.History.Builder enabled(JsonField<Boolean> enabled) Sets Builder.enabled to an arbitrary JSON value. You should usually call Builder.enabled with a well-typed Boolean value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        recentThreadsfinal ChatSessionChatKitConfigurationParam.History.Builder recentThreads(Long recentThreads) Number of recent ChatKit threads users have access to. Defaults to unlimited when unset. 
 - 
                                        recentThreadsfinal ChatSessionChatKitConfigurationParam.History.Builder recentThreads(JsonField<Long> recentThreads) Sets Builder.recentThreads to an arbitrary JSON value. You should usually call Builder.recentThreads with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal ChatSessionChatKitConfigurationParam.History.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal ChatSessionChatKitConfigurationParam.History.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal ChatSessionChatKitConfigurationParam.History.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal ChatSessionChatKitConfigurationParam.History.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal ChatSessionChatKitConfigurationParam.History.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal ChatSessionChatKitConfigurationParam.History build() Returns an immutable instance of History. Further updates to this Builder will not mutate the returned instance. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-