topics property

List<GoogleCloudAiplatformV1MemoryTopicId>? topics
getter/setter pair

The list of topics that the memory should be associated with.

For example, use custom_memory_topic_label = "jargon" if the extracted memory is an example of memory extraction for the custom topic jargon.

Optional.

Implementation

core.List<GoogleCloudAiplatformV1MemoryTopicId>? topics;