Class DataStoreToolBoostSpecs
Boost specifications to boost certain documents. For more information, please refer to https://cloud.google.com/generative-ai-app-builder/docs/boosting.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class DataStoreToolBoostSpecs : IDirectResponseSchema
Properties
DataStores
Required. The Data Store where the boosting configuration is applied. Full resource name of DataStore, such as projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}.
Declaration
[JsonProperty("dataStores")]
public virtual IList<string> DataStores { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Spec
Required. A list of boosting specifications.
Declaration
[JsonProperty("spec")]
public virtual IList<DataStoreToolBoostSpec> Spec { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<DataStoreToolBoostSpec> |