RetrieveMemoriesRequest class final

Request message for MemoryBankService.RetrieveMemories.

Inheritance
  • Object
  • ProtoMessage
  • RetrieveMemoriesRequest

Constructors

RetrieveMemoriesRequest({RetrieveMemoriesRequest_SimilaritySearchParams? similaritySearchParams, RetrieveMemoriesRequest_SimpleRetrievalParams? simpleRetrievalParams, required String parent, required Map<String, String> scope})
RetrieveMemoriesRequest.fromJson(Object? j)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
parent String
Required. The resource name of the ReasoningEngine to retrieve memories from. Format: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}
final
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
scope Map<String, String>
Required. The scope of the memories to retrieve. A memory must have exactly the same scope (Memory.scope) as the scope provided here to be retrieved (same keys and values). Order does not matter, but it is case-sensitive.
final
similaritySearchParams RetrieveMemoriesRequest_SimilaritySearchParams?
Parameters for semantic similarity search based retrieval.
final
simpleRetrievalParams RetrieveMemoriesRequest_SimpleRetrievalParams?
Parameters for simple (non-similarity search) retrieval.
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