countType property

String? countType
getter/setter pair

Count-based metric type.

Only one of type or count_type is specified in each Metric. Possible string values are:

  • "COUNT_TYPE_UNSPECIFIED" : Count type unspecified.
  • "TOTAL_NO_MATCH_COUNT" : Total number of occurrences of a 'NO_MATCH'.
  • "TOTAL_TURN_COUNT" : Total number of turn counts.
  • "AVERAGE_TURN_COUNT" : Average turn count in a session.

Implementation

core.String? countType;