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

GoogleCloudDialogflowCxV3DataStoreConnectionSignalsRewriterModelCallSignals

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

Diagnostic info related to the rewriter model call.

interface GoogleCloudDialogflowCxV3DataStoreConnectionSignalsRewriterModelCallSignals {
modelOutput?: string;
renderedPrompt?: string;
}

§Properties

§
modelOutput?: string
[src]

Output of the generative model.

§
renderedPrompt?: string
[src]

Prompt as sent to the model.