Dialogflow v3 API - Class Experiment.Types.Result.Types.ConfidenceInterval (2.17.0)

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

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

A confidence interval is a range of possible values for the experiment objective you are trying to measure.

Inheritance

object > Experiment.Types.Result.Types.ConfidenceInterval

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

ConfidenceInterval()

public ConfidenceInterval()

ConfidenceInterval(ConfidenceInterval)

public ConfidenceInterval(Experiment.Types.Result.Types.ConfidenceInterval other)
Parameter
NameDescription
otherExperimentTypesResultTypesConfidenceInterval

Properties

ConfidenceLevel

public double ConfidenceLevel { get; set; }

The confidence level used to construct the interval, i.e. there is X% chance that the true value is within this interval.

Property Value
TypeDescription
double

LowerBound

public double LowerBound { get; set; }

Lower bound of the interval.

Property Value
TypeDescription
double

Ratio

public double Ratio { get; set; }

The percent change between an experiment metric's value and the value for its control.

Property Value
TypeDescription
double

UpperBound

public double UpperBound { get; set; }

Upper bound of the interval.

Property Value
TypeDescription
double