GoogleCloudDialogflowCxV3LlmModelSettings
import type { GoogleCloudDialogflowCxV3LlmModelSettings } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
Settings for LLM models.
interface GoogleCloudDialogflowCxV3LlmModelSettings {
model?: string;
promptText?: string;
}