Gemini Enterprise for Customer Experience v1 API - Class MetricAnalysisSettings (1.0.0-beta01)

public sealed class MetricAnalysisSettings : IMessage<MetricAnalysisSettings>, IEquatable<MetricAnalysisSettings>, IDeepCloneable<MetricAnalysisSettings>, IBufferMessage, IMessage

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class MetricAnalysisSettings.

Settings to describe the conversation data collection behaviors for LLM analysis metrics pipeline.

Inheritance

object > MetricAnalysisSettings

Namespace

Google.Cloud.Ces.V1

Assembly

Google.Cloud.Ces.V1.dll

Constructors

MetricAnalysisSettings()

public MetricAnalysisSettings()

MetricAnalysisSettings(MetricAnalysisSettings)

public MetricAnalysisSettings(MetricAnalysisSettings other)
Parameter
Name Description
other MetricAnalysisSettings

Properties

LlmMetricsOptedOut

public bool LlmMetricsOptedOut { get; set; }

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.

Property Value
Type Description
bool