Defines an Agent Engine Session from which to generate the memories.
If scope is not provided, the scope will be extracted from the
Session (i.e. {"user_id": sesison.user_id}).
Attributes
Name
Description
session
str
Required. The resource name of the Session to generate
memories for. Format:
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}
start_time
google.protobuf.timestamp_pb2.Timestamp
Optional. Time range to define which session
events should be used to generate memories.
Start time (inclusive) of the time range. If not
set, the start time is unbounded.
end_time
google.protobuf.timestamp_pb2.Timestamp
Optional. End time (exclusive) of the time
range. If not set, the end time is unbounded.
Defines an Agent Engine Session from which to generate the memories.
If scope is not provided, the scope will be extracted from the
Session (i.e. {"user_id": sesison.user_id}).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-05-16 UTC."],[],[]]