GoogleCloudAiplatformV1SessionEvent constructor

GoogleCloudAiplatformV1SessionEvent({
  1. GoogleCloudAiplatformV1EventActions? actions,
  2. String? author,
  3. GoogleCloudAiplatformV1Content? content,
  4. String? errorCode,
  5. String? errorMessage,
  6. GoogleCloudAiplatformV1EventMetadata? eventMetadata,
  7. String? invocationId,
  8. String? name,
  9. String? timestamp,
})

Implementation

GoogleCloudAiplatformV1SessionEvent({
  this.actions,
  this.author,
  this.content,
  this.errorCode,
  this.errorMessage,
  this.eventMetadata,
  this.invocationId,
  this.name,
  this.timestamp,
});