LfA2aV1Message constructor

LfA2aV1Message({
  1. String? contextId,
  2. List<String>? extensions,
  3. String? messageId,
  4. Map<String, Object?>? metadata,
  5. List<LfA2aV1Part>? parts,
  6. List<String>? referenceTaskIds,
  7. String? role,
  8. String? taskId,
})

Implementation

LfA2aV1Message({
  this.contextId,
  this.extensions,
  this.messageId,
  this.metadata,
  this.parts,
  this.referenceTaskIds,
  this.role,
  this.taskId,
});