GoogleCloudAiplatformV1EventMetadata constructor

GoogleCloudAiplatformV1EventMetadata({
  1. String? branch,
  2. Map<String, Object?>? customMetadata,
  3. GoogleCloudAiplatformV1GroundingMetadata? groundingMetadata,
  4. GoogleCloudAiplatformV1Transcription? inputTranscription,
  5. bool? interrupted,
  6. List<String>? longRunningToolIds,
  7. GoogleCloudAiplatformV1Transcription? outputTranscription,
  8. bool? partial,
  9. bool? turnComplete,
})

Implementation

GoogleCloudAiplatformV1EventMetadata({
  this.branch,
  this.customMetadata,
  this.groundingMetadata,
  this.inputTranscription,
  this.interrupted,
  this.longRunningToolIds,
  this.outputTranscription,
  this.partial,
  this.turnComplete,
});