Interface MetricAnalysisSettingsOrBuilder (0.1.0)

public interface MetricAnalysisSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLlmMetricsOptedOut()

public abstract boolean getLlmMetricsOptedOut()

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.

bool llm_metrics_opted_out = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The llmMetricsOptedOut.