Enum Experiment.Result.CountType (0.52.0)

public enum Experiment.Result.CountType extends Enum<Experiment.Result.CountType> implements ProtocolMessageEnum

types of count-based metric for Dialogflow experiment.

Protobuf enum google.cloud.dialogflow.cx.v3beta1.Experiment.Result.CountType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
AVERAGE_TURN_COUNT

Average turn count in a session.

AVERAGE_TURN_COUNT = 3;

AVERAGE_TURN_COUNT_VALUE

Average turn count in a session.

AVERAGE_TURN_COUNT = 3;

COUNT_TYPE_UNSPECIFIED

Count type unspecified.

COUNT_TYPE_UNSPECIFIED = 0;

COUNT_TYPE_UNSPECIFIED_VALUE

Count type unspecified.

COUNT_TYPE_UNSPECIFIED = 0;

TOTAL_NO_MATCH_COUNT

Total number of occurrences of a 'NO_MATCH'.

TOTAL_NO_MATCH_COUNT = 1;

TOTAL_NO_MATCH_COUNT_VALUE

Total number of occurrences of a 'NO_MATCH'.

TOTAL_NO_MATCH_COUNT = 1;

TOTAL_TURN_COUNT

Total number of turn counts.

TOTAL_TURN_COUNT = 2;

TOTAL_TURN_COUNT_VALUE

Total number of turn counts.

TOTAL_TURN_COUNT = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()