Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3ExperimentResultMetric

Metric and corresponding confidence intervals.

Inheritance
object
GoogleCloudDialogflowCxV3ExperimentResultMetric
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX