Class DataStoreToolDataStoreSource
Configuration for searching within a specific DataStore.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class DataStoreToolDataStoreSource : IDirectResponseSchema
Properties
DataStore
Optional. The data store.
Declaration
[JsonProperty("dataStore")]
public virtual DataStore DataStore { get; set; }
Property Value
| Type | Description |
|---|---|
| DataStore |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Filter
Optional. Filter specification for the DataStore. See: https://cloud.google.com/generative-ai-app-builder/docs/filter-search-metadata
Declaration
[JsonProperty("filter")]
public virtual string Filter { get; set; }
Property Value
| Type | Description |
|---|---|
| string |