Response message for MemoryBankService.RetrieveProfiles.
The retrieved structured profiles, which match the schemas under the requested scope. The key is the id of the schema that the profile is linked with, which corresponds to the schemaId defined inside the SchemaConfig, under StructuredMemoryCustomizationConfig.
| JSON representation |
|---|
{
"profiles": {
string: {
object ( |
MemoryProfile
A memory profile.
schemaIdstring
Represents the id of the schema. This id corresponds to the schemaId defined inside the SchemaConfig, under StructuredMemoryCustomizationConfig.
Represents the profile data.
| JSON representation |
|---|
{ "schemaId": string, "profile": { object } } |