Conversation constructor
Conversation({})
Implementation
Conversation({
required this.id,
required this.name,
required this.inputs,
required this.status,
required this.introduction,
required this.createdAt,
required this.updatedAt,
});