GoogleCloudDialogflowCxV3ExperimentResultMetricCountType

enum GoogleCloudDialogflowCxV3ExperimentResultMetricCountType : Enum<GoogleCloudDialogflowCxV3ExperimentResultMetricCountType> , ConvertibleToJava<GoogleCloudDialogflowCxV3ExperimentResultMetricCountType>

Count-based metric type. Only one of type or count_type is specified in each Metric.

Entries

Link copied to clipboard

Count type unspecified.

Link copied to clipboard

Total number of occurrences of a 'NO_MATCH'.

Link copied to clipboard

Total number of turn counts.

Link copied to clipboard

Average turn count in a session.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDialogflowCxV3ExperimentResultMetricCountType
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: GoogleCloudDialogflowCxV3ExperimentResultMetricCountType
Link copied to clipboard
Link copied to clipboard