AIAssistBotMessage constructor
      
      AIAssistBotMessage({ 
    
    
- String? message,
- required int id,
- bool isSentByMe = false,
- AIMessageStatus? sentStatus,
- DateTime? sentAt,
Implementation
AIAssistBotMessage(
    {this.message,
    required this.id,
    this.isSentByMe = false,
    this.sentStatus,
    this.sentAt});