Class GoogleCloudDialogflowCxV3beta1ConversationMetricsQueryInputCount
Count by types of QueryInput of the requests in the conversation.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ConversationMetricsQueryInputCount : IDirectResponseSchema
Properties
AudioCount
The number of AudioInput in the conversation.
Declaration
[JsonProperty("audioCount")]
public virtual int? AudioCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
DtmfCount
The number of DtmfInput in the conversation.
Declaration
[JsonProperty("dtmfCount")]
public virtual int? DtmfCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EventCount
The number of EventInput in the conversation.
Declaration
[JsonProperty("eventCount")]
public virtual int? EventCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
IntentCount
The number of IntentInput in the conversation.
Declaration
[JsonProperty("intentCount")]
public virtual int? IntentCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
TextCount
The number of TextInput in the conversation.
Declaration
[JsonProperty("textCount")]
public virtual int? TextCount { get; set; }
Property Value
Type | Description |
---|---|
int? |