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 \ ResultMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;