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

GoogleCloudDialogflowCxV3LlmModelSettings

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

Settings for LLM models.

interface GoogleCloudDialogflowCxV3LlmModelSettings {
model?: string;
promptText?: string;
}

§Properties

§
model?: string
[src]

The selected LLM model.

§
promptText?: string
[src]

The custom prompt to use.