Gemini Enterprise for Customer Experience v1beta API - Class EvaluationMetricsConfig.Types.UserGoalMetMetricsConfig (1.0.0-beta06)

public sealed class EvaluationMetricsConfig.Types.UserGoalMetMetricsConfig : IMessage<EvaluationMetricsConfig.Types.UserGoalMetMetricsConfig>, IEquatable<EvaluationMetricsConfig.Types.UserGoalMetMetricsConfig>, IDeepCloneable<EvaluationMetricsConfig.Types.UserGoalMetMetricsConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class EvaluationMetricsConfig.Types.UserGoalMetMetricsConfig.

Configuration for the user goal met metrics for the evaluation. To disable the metric, set the message but do not set the enable_user_goal_met_metrics field to true (or explicitly set it to false). To unset the configuration and fallback to the default behavior, omit the message entirely.

Inheritance

object > EvaluationMetricsConfig.Types.UserGoalMetMetricsConfig

Namespace

Google.Cloud.Ces.V1Beta

Assembly

Google.Cloud.Ces.V1Beta.dll

Constructors

UserGoalMetMetricsConfig()

public UserGoalMetMetricsConfig()

UserGoalMetMetricsConfig(UserGoalMetMetricsConfig)

public UserGoalMetMetricsConfig(EvaluationMetricsConfig.Types.UserGoalMetMetricsConfig other)
Parameter
Name Description
other EvaluationMetricsConfigTypesUserGoalMetMetricsConfig

Properties

EnableUserGoalMetMetrics

public bool EnableUserGoalMetMetrics { get; set; }

Optional. Whether to calculate the user goal met metrics for the evaluation.

Property Value
Type Description
bool