public interface MetricAnalysisSettingsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |