Class GoogleCloudDialogflowCxV3beta1DataStoreConnection
A data store connection. It represents a data store in Discovery Engine and the type of the contents it contains.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1DataStoreConnection : IDirectResponseSchema
Properties
DataStore
The full name of the referenced data store. Formats:
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
projects/{project}/locations/{location}/dataStores/{data_store}
Declaration
[JsonProperty("dataStore")]
public virtual string DataStore { get; set; }
Property Value
Type | Description |
---|---|
string |
DataStoreType
The type of the connected data store.
Declaration
[JsonProperty("dataStoreType")]
public virtual string DataStoreType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |