Class GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics
Inheritance
GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Metrics
Declaration
[JsonProperty("metrics")]
public virtual IList<GoogleCloudDialogflowCxV3ExperimentResultMetric> 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