GoogleCloudAiplatformV1IntermediateExtractedMemory constructor

GoogleCloudAiplatformV1IntermediateExtractedMemory({
  1. String? context,
  2. String? fact,
  3. Map<String, Object?>? structuredData,
})

Implementation

GoogleCloudAiplatformV1IntermediateExtractedMemory({
  this.context,
  this.fact,
  this.structuredData,
});