Class VertexSessionSource (1.122.0)

VertexSessionSource(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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.

Methods

VertexSessionSource

VertexSessionSource(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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}).