Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3beta1ConversationMetricsMatchTypeCount

Count by Match.MatchType of the matches in the conversation.

Inheritance
object
GoogleCloudDialogflowCxV3beta1ConversationMetricsMatchTypeCount
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ConversationMetricsMatchTypeCount : IDirectResponseSchema

Properties

DirectIntentCount

The number of matches with type Match.MatchType.DIRECT_INTENT.

Declaration
[JsonProperty("directIntentCount")]
public virtual int? DirectIntentCount { 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 matches with type Match.MatchType.EVENT.

Declaration
[JsonProperty("eventCount")]
public virtual int? EventCount { get; set; }
Property Value
Type Description
int?

IntentCount

The number of matches with type Match.MatchType.INTENT.

Declaration
[JsonProperty("intentCount")]
public virtual int? IntentCount { get; set; }
Property Value
Type Description
int?

NoInputCount

The number of matches with type Match.MatchType.NO_INPUT.

Declaration
[JsonProperty("noInputCount")]
public virtual int? NoInputCount { get; set; }
Property Value
Type Description
int?

NoMatchCount

The number of matches with type Match.MatchType.NO_MATCH.

Declaration
[JsonProperty("noMatchCount")]
public virtual int? NoMatchCount { get; set; }
Property Value
Type Description
int?

ParameterFillingCount

The number of matches with type Match.MatchType.PARAMETER_FILLING.

Declaration
[JsonProperty("parameterFillingCount")]
public virtual int? ParameterFillingCount { get; set; }
Property Value
Type Description
int?

UnspecifiedCount

The number of matches with type Match.MatchType.MATCH_TYPE_UNSPECIFIED.

Declaration
[JsonProperty("unspecifiedCount")]
public virtual int? UnspecifiedCount { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX