Contact Center AI Insights v1 API - Class QaQuestion.Types.Metrics (2.18.0)

public sealed class QaQuestion.Types.Metrics : IMessage<QaQuestion.Types.Metrics>, IEquatable<QaQuestion.Types.Metrics>, IDeepCloneable<QaQuestion.Types.Metrics>, IBufferMessage, IMessage

Reference documentation and code samples for the Contact Center AI Insights v1 API class QaQuestion.Types.Metrics.

A wrapper representing metrics calculated against a test-set on a LLM that was fine tuned for this question.

Inheritance

object > QaQuestion.Types.Metrics

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

Metrics()

public Metrics()

Metrics(Metrics)

public Metrics(QaQuestion.Types.Metrics other)
Parameter
Name Description
other QaQuestionTypesMetrics

Properties

Accuracy

public double Accuracy { get; set; }

Output only. Accuracy of the model. Measures the percentage of correct answers the model gave on the test set.

Property Value
Type Description
double