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

GoogleCloudDialogflowCxV3GenerativeSettingsFallbackSettings

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

Settings for Generative Fallback.

interface GoogleCloudDialogflowCxV3GenerativeSettingsFallbackSettings {
selectedPrompt?: string;
}

§Properties

§

Stored prompts that can be selected, for example default templates like "conservative" or "chatty", or user defined ones.

§
selectedPrompt?: string
[src]

Display name of the selected prompt.