Class GoogleCloudDialogflowCxV3beta1ExperimentResultVersionMetrics
Inheritance
GoogleCloudDialogflowCxV3beta1ExperimentResultVersionMetrics
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ExperimentResultVersionMetrics : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Metrics
Declaration
[JsonProperty("metrics")]
public virtual IList<GoogleCloudDialogflowCxV3beta1ExperimentResultMetric> Metrics { get; set; }
Property Value
SessionCount
Declaration
[JsonProperty("sessionCount")]
public virtual int? SessionCount { get; set; }
Property Value
Version
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Implements