Google Cloud Dialogflow Cx V3 Client - Class CountType (0.2.1)

Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class CountType.

Types of count-based metric for Dialogflow experiment.

Protobuf type google.cloud.dialogflow.cx.v3.Experiment.Result.CountType

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3 \ Experiment \ Result

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

COUNT_TYPE_UNSPECIFIED

Value: 0

Count type unspecified.

Generated from protobuf enum COUNT_TYPE_UNSPECIFIED = 0;

TOTAL_NO_MATCH_COUNT

Value: 1

Total number of occurrences of a 'NO_MATCH'.

Generated from protobuf enum TOTAL_NO_MATCH_COUNT = 1;

TOTAL_TURN_COUNT

Value: 2

Total number of turn counts.

Generated from protobuf enum TOTAL_TURN_COUNT = 2;

AVERAGE_TURN_COUNT

Value: 3

Average turn count in a session.

Generated from protobuf enum AVERAGE_TURN_COUNT = 3;