public sealed class StoredContentsExampleParameters.Types.ContentSearchKey : IMessage<StoredContentsExampleParameters.Types.ContentSearchKey>, IEquatable<StoredContentsExampleParameters.Types.ContentSearchKey>, IDeepCloneable<StoredContentsExampleParameters.Types.ContentSearchKey>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class StoredContentsExampleParameters.Types.ContentSearchKey.
The chat history to use to generate the search key for retrieval.
Implements
IMessageStoredContentsExampleParametersTypesContentSearchKey, IEquatableStoredContentsExampleParametersTypesContentSearchKey, IDeepCloneableStoredContentsExampleParametersTypesContentSearchKey, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ContentSearchKey()
public ContentSearchKey()ContentSearchKey(ContentSearchKey)
public ContentSearchKey(StoredContentsExampleParameters.Types.ContentSearchKey other)| Parameter | |
|---|---|
| Name | Description |
other |
StoredContentsExampleParametersTypesContentSearchKey |
Properties
Contents
public RepeatedField<Content> Contents { get; }Required. The conversation for generating a search key.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldContent |
|
SearchKeyGenerationMethod
public StoredContentsExample.Types.SearchKeyGenerationMethod SearchKeyGenerationMethod { get; set; }Required. The method of generating a search key.
| Property Value | |
|---|---|
| Type | Description |
StoredContentsExampleTypesSearchKeyGenerationMethod |
|