Adds events to Vertex AI Memory Bank via memories.generate.
Adds explicit memory items using Vertex Memory Bank.
Adds a session to the memory.
The session to add to the memory.
A promise that resolves when the session is added to the memory.
Searches for sessions that match the query.
The request to search memory.
A promise that resolves to SearchMemoryResponse containing the matching memories.
Implementation of the BaseMemoryService using Vertex AI Memory Bank.