MetricAnalysisSettings
import type { MetricAnalysisSettings } from "https://googleapis.deno.dev/v1/ces:v1.ts";Settings to describe the conversation data collection behaviors for LLM analysis metrics pipeline.
interface MetricAnalysisSettings {
llmMetricsOptedOut?: boolean;
}