Class GoogleCloudDialogflowCxV3ExperimentResultMetric
Metric and corresponding confidence intervals.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3ExperimentResultMetric : IDirectResponseSchema
Properties
ConfidenceInterval
The probability that the treatment is better than all other treatments in the experiment
Declaration
[JsonProperty("confidenceInterval")]
public virtual GoogleCloudDialogflowCxV3ExperimentResultConfidenceInterval ConfidenceInterval { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowCxV3ExperimentResultConfidenceInterval |
Count
Count value of a metric.
Declaration
[JsonProperty("count")]
public virtual double? Count { get; set; }
Property Value
Type | Description |
---|---|
double? |
CountType
Count-based metric type. Only one of type or count_type is specified in each Metric.
Declaration
[JsonProperty("countType")]
public virtual string CountType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Ratio
Ratio value of a metric.
Declaration
[JsonProperty("ratio")]
public virtual double? Ratio { get; set; }
Property Value
Type | Description |
---|---|
double? |
Type
Ratio-based metric type. Only one of type or count_type is specified in each Metric.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |