ListMemoriesResponse

Response message for MemoryBankService.ListMemories.

Fields
memories[] object (Memory)

List of Memories in the requested page.

nextPageToken string

A token to retrieve the next page of results. Pass to ListMemoriesRequest.page_token to obtain that page.

JSON representation
{
  "memories": [
    {
      object (Memory)
    }
  ],
  "nextPageToken": string
}