DirectContentsSource

Defines a direct source of content from which to generate the memories.

Fields
events[] object (Event)

Required. The source content (i.e. chat history) to generate memories from.

JSON representation
{
  "events": [
    {
      object (Event)
    }
  ]
}

Event

A single piece of conversation from which to generate memories.

Fields
content object (Content)

Required. A single piece of content from which to generate memories.

JSON representation
{
  "content": {
    object (Content)
  }
}