MemoryTopicId

A memory topic identifier. This will be used to label a Memory and to restrict which topics are eligible for generation or retrieval.

Fields
topic_id Union type
Topic identifier. topic_id can be only one of the following:
customMemoryTopicLabel string

Optional. The custom memory topic label.

managedMemoryTopic enum (ManagedTopicEnum)

Optional. The managed memory topic.

JSON representation
{

  // topic_id
  "customMemoryTopicLabel": string,
  "managedMemoryTopic": enum (ManagedTopicEnum)
  // Union type
}