Class GoogleCloudDialogflowCxV3beta1NamedMetric
Inheritance
GoogleCloudDialogflowCxV3beta1NamedMetric
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1NamedMetric : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Unit
Declaration
[JsonProperty("unit")]
public virtual string Unit { get; set; }
Property Value
Value
Declaration
[JsonProperty("value")]
public virtual object Value { get; set; }
Property Value
Implements