Conversation class

Constructors

Conversation({String? id, required String name, required String type, required String instanceName, bool isConversationning = false, String? sessionId, bool isDefault = false, Map<String, dynamic>? stats, String? conversationId, List<ConversationError>? errorLogs, required DateTime createdAt, required DateTime updatedAt})
Conversation.fromJson(Map<String, dynamic> json)
factory

Properties

conversationId String?
final
createdAt DateTime
final
errorLogs List<ConversationError>?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
instanceName String
final
isConversationning bool
final
isDefault bool
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionId String?
final
stats Map<String, dynamic>?
final
type String
final
updatedAt DateTime
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited