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

GoogleCloudDialogflowCxV3FilterSpecs

import type { GoogleCloudDialogflowCxV3FilterSpecs } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";

Filter specifications for data stores.

interface GoogleCloudDialogflowCxV3FilterSpecs {
dataStores?: string[];
filter?: string;
}

§Properties

§
dataStores?: string[]
[src]

Optional. Data Stores where the boosting configuration is applied. The full names of the referenced data stores. Formats: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store} projects/{project}/locations/{location}/dataStores/{data_store}

§
filter?: string
[src]

Optional. The filter expression to be applied. Expression syntax is documented at https://cloud.google.com/generative-ai-app-builder/docs/filter-search-metadata#filter-expression-syntax