Class Experiment.Types.Result.Types.VersionMetrics (1.4.0)

public sealed class VersionMetrics : IMessage<Experiment.Types.Result.Types.VersionMetrics>, IEquatable<Experiment.Types.Result.Types.VersionMetrics>, IDeepCloneable<Experiment.Types.Result.Types.VersionMetrics>, IBufferMessage, IMessage

Version variant and associated metrics.

Inheritance

Object > Experiment.Types.Result.Types.VersionMetrics

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

VersionMetrics()

public VersionMetrics()

VersionMetrics(Experiment.Types.Result.Types.VersionMetrics)

public VersionMetrics(Experiment.Types.Result.Types.VersionMetrics other)
Parameter
NameDescription
otherExperiment.Types.Result.Types.VersionMetrics

Properties

Metrics

public RepeatedField<Experiment.Types.Result.Types.Metric> Metrics { get; }

The metrics and corresponding confidence intervals in the inference result.

Property Value
TypeDescription
RepeatedField<Experiment.Types.Result.Types.Metric>

SessionCount

public int SessionCount { get; set; }

Number of sessions that were allocated to this version.

Property Value
TypeDescription
Int32

Version

public string Version { get; set; }

The name of the flow [Version][google.cloud.dialogflow.cx.v3.Version]. Format: projects/&lt;Project ID>/locations/&lt;Location ID>/agents/&lt;Agent ID>/flows/&lt;Flow ID>/versions/&lt;Version ID>.

Property Value
TypeDescription
String