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

GoogleCloudDialogflowCxV3DataStoreConnectionSignalsSearchSnippet

import type { GoogleCloudDialogflowCxV3DataStoreConnectionSignalsSearchSnippet } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowCxV3DataStoreConnectionSignalsSearchSnippet {
documentTitle?: string;
documentUri?: string;
metadata?: {
[key: string]: any;
}
;
text?: string;
}

§Properties

§
documentTitle?: string
[src]
§
documentUri?: string
[src]
§
metadata?: {
[key: string]: any;
}
[src]
§
text?: string
[src]