Class ChatSessionChatKitConfigurationParam.AutomaticThreadTitling
- 
                    
                    - All Implemented Interfaces:
 
 public final class ChatSessionChatKitConfigurationParam.AutomaticThreadTitlingConfiguration for automatic thread titling. When omitted, automatic thread titling is enabled by default. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classChatSessionChatKitConfigurationParam.AutomaticThreadTitling.BuilderA builder for AutomaticThreadTitling. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Optional<Boolean>enabled()Enable automatic thread title generation. final JsonField<Boolean>_enabled()Returns the raw JSON value of enabled. final Map<String, JsonValue>_additionalProperties()final ChatSessionChatKitConfigurationParam.AutomaticThreadTitling.BuildertoBuilder()final ChatSessionChatKitConfigurationParam.AutomaticThreadTitlingvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ChatSessionChatKitConfigurationParam.AutomaticThreadTitling.Builderbuilder()Returns a mutable builder for constructing an instance of AutomaticThreadTitling. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        enabledfinal Optional<Boolean> enabled() Enable automatic thread title generation. Defaults to true. 
 - 
                                        _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. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ChatSessionChatKitConfigurationParam.AutomaticThreadTitling.Builder toBuilder() 
 - 
                                        validatefinal ChatSessionChatKitConfigurationParam.AutomaticThreadTitling validate() 
 - 
                                        builderfinal static ChatSessionChatKitConfigurationParam.AutomaticThreadTitling.Builder builder() Returns a mutable builder for constructing an instance of AutomaticThreadTitling. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-