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

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;
}

§Properties

§
llmMetricsOptedOut?: boolean
[src]

Optional. Whether to collect conversation data for llm analysis metrics. If true, conversation data will not be collected for llm analysis metrics; otherwise, conversation data will be collected.