Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudDialogflowCxV3beta1DataStoreConnection

import type { GoogleCloudDialogflowCxV3beta1DataStoreConnection } 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 GoogleCloudDialogflowCxV3beta1DataStoreConnection {
dataStore?: string;
dataStoreType?:
| "DATA_STORE_TYPE_UNSPECIFIED"
| "PUBLIC_WEB"
| "UNSTRUCTURED"
| "STRUCTURED";
}

§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}

§
dataStoreType?: "DATA_STORE_TYPE_UNSPECIFIED" | "PUBLIC_WEB" | "UNSTRUCTURED" | "STRUCTURED"
[src]

The type of the connected data store.