Class ChatSessionAutomaticThreadTitling
- 
                    
                    - All Implemented Interfaces:
 
 public final class ChatSessionAutomaticThreadTitlingAutomatic thread title preferences for the session. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classChatSessionAutomaticThreadTitling.BuilderA builder for ChatSessionAutomaticThreadTitling. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Booleanenabled()Whether automatic thread titling is enabled. final JsonField<Boolean>_enabled()Returns the raw JSON value of enabled. final Map<String, JsonValue>_additionalProperties()final ChatSessionAutomaticThreadTitling.BuildertoBuilder()final ChatSessionAutomaticThreadTitlingvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ChatSessionAutomaticThreadTitling.Builderbuilder()Returns a mutable builder for constructing an instance of ChatSessionAutomaticThreadTitling. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        _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 ChatSessionAutomaticThreadTitling.Builder toBuilder() 
 - 
                                        validatefinal ChatSessionAutomaticThreadTitling validate() 
 - 
                                        builderfinal static ChatSessionAutomaticThreadTitling.Builder builder() Returns a mutable builder for constructing an instance of ChatSessionAutomaticThreadTitling. The following fields are required: .enabled()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-