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

GoogleCloudDialogflowCxV3DataStoreConnectionSignalsAnswerGenerationModelCallSignals

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

Diagnostic info related to the answer generation model call.

interface GoogleCloudDialogflowCxV3DataStoreConnectionSignalsAnswerGenerationModelCallSignals {
model?: string;
modelOutput?: string;
renderedPrompt?: string;
}

§Properties

§
model?: string
[src]

Name of the generative model. For example, "gemini-ultra", "gemini-pro", "gemini-1.5-flash" etc. Defaults to "Other" if the model is unknown.

§
modelOutput?: string
[src]

Output of the generative model.

§
renderedPrompt?: string
[src]

Prompt as sent to the model.