Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigMemoryTopic

A topic of information that should be extracted from conversations and stored as memories.

Inheritance
object
GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigMemoryTopic
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX