Class Conversation
- 
                    
                    - All Implemented Interfaces:
 
 public final class Conversation
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classConversation.BuilderA builder for Conversation. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Stringid()The unique ID of the conversation. final LongcreatedAt()The time at which the conversation was created, measured in seconds since the Unix epoch. final JsonValue_metadata()Set of 16 key-value pairs that can be attached to an object. final JsonValue_object_()The object type, which is always conversation.final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<Long>_createdAt()Returns the raw JSON value of createdAt. final Map<String, JsonValue>_additionalProperties()final Conversation.BuildertoBuilder()final Conversationvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static Conversation.Builderbuilder()Returns a mutable builder for constructing an instance of Conversation. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        createdAtfinal Long createdAt() The time at which the conversation was created, measured in seconds since the Unix epoch. 
 - 
                                        _metadatafinal JsonValue _metadata() Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format, and querying for objects via API or the dashboard. Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters. 
 - 
                                        _object_final JsonValue _object_() The object type, which is always conversation.Expected to always return the following: JsonValue.from("conversation")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        _idfinal JsonField<String> _id() Returns the raw JSON value of id. Unlike id, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _createdAtfinal JsonField<Long> _createdAt() Returns the raw JSON value of createdAt. Unlike createdAt, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal Conversation.Builder toBuilder() 
 - 
                                        validatefinal Conversation validate() 
 - 
                                        builderfinal static Conversation.Builder builder() Returns a mutable builder for constructing an instance of Conversation. The following fields are required: .id() .createdAt() .metadata()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-