Class GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigMemoryTopic
A topic of information that should be extracted from conversations and stored as memories.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigMemoryTopic : IDirectResponseSchema
Properties
CustomMemoryTopic
A custom memory topic defined by the developer.
Declaration
[JsonProperty("customMemoryTopic")]
public virtual GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigMemoryTopicCustomMemoryTopic CustomMemoryTopic { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigMemoryTopicCustomMemoryTopic |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ManagedMemoryTopic
A managed memory topic defined by Memory Bank.
Declaration
[JsonProperty("managedMemoryTopic")]
public virtual GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigMemoryTopicManagedMemoryTopic ManagedMemoryTopic { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigMemoryTopicManagedMemoryTopic |