Class GoogleCloudDialogflowCxV3beta1ConversationMetricsMatchTypeCount
Inheritance
GoogleCloudDialogflowCxV3beta1ConversationMetricsMatchTypeCount
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ConversationMetricsMatchTypeCount : IDirectResponseSchema
Properties
DirectIntentCount
Declaration
[JsonProperty("directIntentCount")]
public virtual int? DirectIntentCount { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EventCount
Declaration
[JsonProperty("eventCount")]
public virtual int? EventCount { get; set; }
Property Value
IntentCount
Declaration
[JsonProperty("intentCount")]
public virtual int? IntentCount { get; set; }
Property Value
Declaration
[JsonProperty("noInputCount")]
public virtual int? NoInputCount { get; set; }
Property Value
NoMatchCount
Declaration
[JsonProperty("noMatchCount")]
public virtual int? NoMatchCount { get; set; }
Property Value
ParameterFillingCount
Declaration
[JsonProperty("parameterFillingCount")]
public virtual int? ParameterFillingCount { get; set; }
Property Value
UnspecifiedCount
Declaration
[JsonProperty("unspecifiedCount")]
public virtual int? UnspecifiedCount { get; set; }
Property Value
Implements