Class ChatSessionChatKitConfiguration.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class ChatSessionChatKitConfiguration.BuilderA builder for ChatSessionChatKitConfiguration. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        automaticThreadTitlingfinal ChatSessionChatKitConfiguration.Builder automaticThreadTitling(ChatSessionAutomaticThreadTitling automaticThreadTitling) Automatic thread titling preferences. 
 - 
                                        automaticThreadTitlingfinal ChatSessionChatKitConfiguration.Builder automaticThreadTitling(JsonField<ChatSessionAutomaticThreadTitling> automaticThreadTitling) Sets Builder.automaticThreadTitling to an arbitrary JSON value. You should usually call Builder.automaticThreadTitling with a well-typed ChatSessionAutomaticThreadTitling value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        fileUploadfinal ChatSessionChatKitConfiguration.Builder fileUpload(ChatSessionFileUpload fileUpload) Upload settings for the session. 
 - 
                                        fileUploadfinal ChatSessionChatKitConfiguration.Builder fileUpload(JsonField<ChatSessionFileUpload> fileUpload) Sets Builder.fileUpload to an arbitrary JSON value. You should usually call Builder.fileUpload with a well-typed ChatSessionFileUpload value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        historyfinal ChatSessionChatKitConfiguration.Builder history(ChatSessionHistory history) History retention configuration. 
 - 
                                        historyfinal ChatSessionChatKitConfiguration.Builder history(JsonField<ChatSessionHistory> history) Sets Builder.history to an arbitrary JSON value. You should usually call Builder.history with a well-typed ChatSessionHistory value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal ChatSessionChatKitConfiguration.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal ChatSessionChatKitConfiguration.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal ChatSessionChatKitConfiguration.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal ChatSessionChatKitConfiguration.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal ChatSessionChatKitConfiguration.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal ChatSessionChatKitConfiguration build() Returns an immutable instance of ChatSessionChatKitConfiguration. Further updates to this Builder will not mutate the returned instance. The following fields are required: .automaticThreadTitling() .fileUpload() .history()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-