Class GoogleCloudDialogflowCxV3beta1ConversationMetricsQueryInputCount
Inheritance
GoogleCloudDialogflowCxV3beta1ConversationMetricsQueryInputCount
Assembly: Google.Apis.Dialogflow.v3beta1.dll
public class GoogleCloudDialogflowCxV3beta1ConversationMetricsQueryInputCount : IDirectResponseSchema
Properties
Declaration
[JsonProperty("audioCount")]
public virtual int? AudioCount { get; set; }
Property Value
Declaration
[JsonProperty("dtmfCount")]
public virtual int? DtmfCount { get; set; }
Property Value
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("eventCount")]
public virtual int? EventCount { get; set; }
Property Value
Declaration
[JsonProperty("intentCount")]
public virtual int? IntentCount { get; set; }
Property Value
TextCount
Declaration
[JsonProperty("textCount")]
public virtual int? TextCount { get; set; }
Property Value
Implements