generatedMemories property
List<GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExampleGeneratedMemory> ?
generatedMemories
getter/setter pair
The memories that are expected to be generated from the input conversation.
An empty list indicates that no memories are expected to be generated for the input conversation.
Optional.
Implementation
core.List<
GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExampleGeneratedMemory
>?
generatedMemories;