Interface Conversation.Metrics.MatchTypeCountOrBuilder (0.55.0)

public static interface Conversation.Metrics.MatchTypeCountOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDirectIntentCount()

public abstract int getDirectIntentCount()

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

int32 direct_intent_count = 3;

Returns
Type Description
int

The directIntentCount.

getEventCount()

public abstract int getEventCount()

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

int32 event_count = 7;

Returns
Type Description
int

The eventCount.

getIntentCount()

public abstract int getIntentCount()

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

int32 intent_count = 2;

Returns
Type Description
int

The intentCount.

getNoInputCount()

public abstract int getNoInputCount()

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

int32 no_input_count = 6;

Returns
Type Description
int

The noInputCount.

getNoMatchCount()

public abstract int getNoMatchCount()

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

int32 no_match_count = 5;

Returns
Type Description
int

The noMatchCount.

getParameterFillingCount()

public abstract int getParameterFillingCount()

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

int32 parameter_filling_count = 4;

Returns
Type Description
int

The parameterFillingCount.

getUnspecifiedCount()

public abstract int getUnspecifiedCount()

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

int32 unspecified_count = 1;

Returns
Type Description
int

The unspecifiedCount.