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";

Search snippet details.

interface GoogleCloudDialogflowCxV3DataStoreConnectionSignalsSearchSnippet {
documentTitle?: string;
documentUri?: string;
metadata?: {
[key: string]: any;
}
;
text?: string;
}

§Properties

§
documentTitle?: string
[src]

Title of the enclosing document.

§
documentUri?: string
[src]

Uri for the document. Present if specified for the document.

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

Metadata associated with the document.

§
text?: string
[src]

Text included in the prompt.