GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings
import type { GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings {
dataStoreConnections?: GoogleCloudDialogflowCxV3beta1DataStoreConnection[];
enabled?: boolean;
targetFlow?: string;
targetPage?: string;
triggerFulfillment?: GoogleCloudDialogflowCxV3beta1Fulfillment;
}