ChatSession constructor
ChatSession({
- DateTime? createdAt,
- DateTime? updatedAt,
- String? email,
- String? businessId,
- String? customer,
- String? phoneNo,
- Message? message,
- bool? escalated,
- String? sentiment,
- String? channel,
- String? category,
- String? type,
- String? department,
- String? escalationDepartment,
- String? title,
- bool? isCompleted,
- String? createdDate,
- String? updateDate,
- String? id,
Implementation
ChatSession(
{this.createdAt,
this.updatedAt,
this.email,
this.businessId,
this.customer,
this.phoneNo,
this.message,
this.escalated,
this.sentiment,
this.channel,
this.category,
this.type,
this.department,
this.escalationDepartment,
this.title,
// this.titles,
this.isCompleted,
this.createdDate,
this.updateDate,
this.id});