Class GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigGenerateMemoriesExample
An example of how to generate memories for a particular scope.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigGenerateMemoriesExample : IDirectResponseSchema
Properties
ConversationSource
A conversation source for the example.
Declaration
[JsonProperty("conversationSource")]
public virtual GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigGenerateMemoriesExampleConversationSource ConversationSource { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigGenerateMemoriesExampleConversationSource |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GeneratedMemories
Optional. The memories that are expected to be generated from the input conversation. An empty list indicates that no memories are expected to be generated for the input conversation.
Declaration
[JsonProperty("generatedMemories")]
public virtual IList<GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigGenerateMemoriesExampleGeneratedMemory> GeneratedMemories { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigGenerateMemoriesExampleGeneratedMemory> |