AIAssistantBaseEvent constructor

AIAssistantBaseEvent({
  1. int? id,
  2. String? type,
  3. String? conversationId,
  4. String? parentId,
  5. Map<String, dynamic>? additionalProperties,
})

Implementation

AIAssistantBaseEvent({
  this.id,
  this.type,
  this.conversationId,
  this.parentId,
  this.additionalProperties,
});