DataStoreSettingsEngine
import type { DataStoreSettingsEngine } from "https://googleapis.deno.dev/v1/ces:v1.ts";An engine to which the data stores are connected. See Vertex AI Search: https://cloud.google.com/generative-ai-app-builder/docs/enterprise-search-introduction.
interface DataStoreSettingsEngine {
readonly name?: string;
readonly type?: "TYPE_UNSPECIFIED" | "ENGINE_TYPE_SEARCH" | "ENGINE_TYPE_CHAT";
}