Class GoogleCloudDialogflowCxV3beta1ExperimentResultMetric
Inheritance
GoogleCloudDialogflowCxV3beta1ExperimentResultMetric
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ExperimentResultMetric : IDirectResponseSchema
Properties
ConfidenceInterval
Declaration
[JsonProperty("confidenceInterval")]
public virtual GoogleCloudDialogflowCxV3beta1ExperimentResultConfidenceInterval ConfidenceInterval { get; set; }
Property Value
Count
Declaration
[JsonProperty("count")]
public virtual double? Count { get; set; }
Property Value
CountType
Declaration
[JsonProperty("countType")]
public virtual string CountType { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Ratio
Declaration
[JsonProperty("ratio")]
public virtual double? Ratio { get; set; }
Property Value
Type
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Implements