Dialogflow v3 API - Class Experiment.Types.Result.Types.Metric (2.11.0)

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

Reference documentation and code samples for the Dialogflow v3 API class Experiment.Types.Result.Types.Metric.

Metric and corresponding confidence intervals.

Inheritance

object > Experiment.Types.Result.Types.Metric

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

Metric()

public Metric()

Metric(Metric)

public Metric(Experiment.Types.Result.Types.Metric other)
Parameter
NameDescription
otherExperimentTypesResultTypesMetric

Properties

ConfidenceInterval

public Experiment.Types.Result.Types.ConfidenceInterval ConfidenceInterval { get; set; }

The probability that the treatment is better than all other treatments in the experiment

Property Value
TypeDescription
ExperimentTypesResultTypesConfidenceInterval

Count

public double Count { get; set; }

Count value of a metric.

Property Value
TypeDescription
double

CountType

public Experiment.Types.Result.Types.CountType CountType { get; set; }

Count-based metric type. Only one of type or count_type is specified in each Metric.

Property Value
TypeDescription
ExperimentTypesResultTypesCountType

HasCount

public bool HasCount { get; }

Gets whether the "count" field is set

Property Value
TypeDescription
bool

HasRatio

public bool HasRatio { get; }

Gets whether the "ratio" field is set

Property Value
TypeDescription
bool

Ratio

public double Ratio { get; set; }

Ratio value of a metric.

Property Value
TypeDescription
double

Type

public Experiment.Types.Result.Types.MetricType Type { get; set; }

Ratio-based metric type. Only one of type or count_type is specified in each Metric.

Property Value
TypeDescription
ExperimentTypesResultTypesMetricType

ValueCase

public Experiment.Types.Result.Types.Metric.ValueOneofCase ValueCase { get; }
Property Value
TypeDescription
ExperimentTypesResultTypesMetricValueOneofCase