GoogleCloudDialogflowCxV3DataStoreConnection
import type { GoogleCloudDialogflowCxV3DataStoreConnection } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
A data store connection. It represents a data store in Discovery Engine and the type of the contents it contains.
interface GoogleCloudDialogflowCxV3DataStoreConnection {
dataStore?: string;
dataStoreType?:
| "DATA_STORE_TYPE_UNSPECIFIED"
| "PUBLIC_WEB"
| "UNSTRUCTURED"
| "STRUCTURED";
documentProcessingMode?: "DOCUMENT_PROCESSING_MODE_UNSPECIFIED" | "DOCUMENTS" | "CHUNKS";
}§Properties
§
dataStore?: string
[src]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}