Class GoogleCloudDialogflowCxV3beta1ExperimentResultConfidenceInterval
A confidence interval is a range of possible values for the experiment objective you are trying to measure.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ExperimentResultConfidenceInterval : IDirectResponseSchema
Properties
ConfidenceLevel
The confidence level used to construct the interval, i.e. there is X% chance that the true value is within this interval.
Declaration
[JsonProperty("confidenceLevel")]
public virtual double? ConfidenceLevel { get; set; }
Property Value
Type | Description |
---|---|
double? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LowerBound
Lower bound of the interval.
Declaration
[JsonProperty("lowerBound")]
public virtual double? LowerBound { get; set; }
Property Value
Type | Description |
---|---|
double? |
Ratio
The percent change between an experiment metric's value and the value for its control.
Declaration
[JsonProperty("ratio")]
public virtual double? Ratio { get; set; }
Property Value
Type | Description |
---|---|
double? |
UpperBound
Upper bound of the interval.
Declaration
[JsonProperty("upperBound")]
public virtual double? UpperBound { get; set; }
Property Value
Type | Description |
---|---|
double? |