GenerateMemoriesRequest_VertexSessionSource class final

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

Inheritance
  • Object
  • ProtoMessage
  • GenerateMemoriesRequest_VertexSessionSource

Constructors

GenerateMemoriesRequest_VertexSessionSource({required String session, Timestamp? startTime, Timestamp? endTime})
GenerateMemoriesRequest_VertexSessionSource.fromJson(Object? j)
factory

Properties

endTime → Timestamp?
Optional. End time (exclusive) of the time range. If not set, the end time is unbounded.
final
hashCode int
The hash code for this object.
no setterinherited
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
session String
Required. The resource name of the Session to generate memories for. Format: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}
final
startTime → 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.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String