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

GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet

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

Snippet Source for a Generative Prediction.

interface GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet {
metadata?: {
[key: string]: any;
}
;
text?: string;
title?: string;
uri?: string;
}

§Properties

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

Metadata of the document.

§
text?: string
[src]

Text taken from that URI.

§
title?: string
[src]

Title of the document.

§
uri?: string
[src]

URI the data is sourced from.