GoogleCloudAiplatformV1MemoryBankCustomizationConfig constructor

GoogleCloudAiplatformV1MemoryBankCustomizationConfig({
  1. bool? enableThirdPersonMemories,
  2. List<GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExample>? generateMemoriesExamples,
  3. List<GoogleCloudAiplatformV1MemoryBankCustomizationConfigMemoryTopic>? memoryTopics,
  4. List<String>? scopeKeys,
})

Implementation

GoogleCloudAiplatformV1MemoryBankCustomizationConfig({
  this.enableThirdPersonMemories,
  this.generateMemoriesExamples,
  this.memoryTopics,
  this.scopeKeys,
});