Attachment constructor
Attachment({
- required String id,
- required String conversationId,
- required String companyId,
- required String userId,
- required String previousQueryId,
- required String type,
- required String fileName,
- required String link,
- required String extension,
- required String ragId,
- required bool summary,
- required int tokens,
- required bool selected,
Implementation
Attachment({
required this.id,
required this.conversationId,
required this.companyId,
required this.userId,
required this.previousQueryId,
required this.type,
required this.fileName,
required this.link,
required this.extension,
required this.ragId,
required this.summary,
required this.tokens,
required this.selected,
});