GoogleCloudDialogflowCxV3beta1ExperimentResultMetricType

enum GoogleCloudDialogflowCxV3beta1ExperimentResultMetricType : Enum<GoogleCloudDialogflowCxV3beta1ExperimentResultMetricType> , ConvertibleToJava<GoogleCloudDialogflowCxV3beta1ExperimentResultMetricType>

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

Entries

Link copied to clipboard

Metric unspecified.

Link copied to clipboard

Percentage of contained sessions without user calling back in 24 hours.

Link copied to clipboard

Percentage of sessions that were handed to a human agent.

Link copied to clipboard

Percentage of sessions with the same user calling back.

Link copied to clipboard

Percentage of sessions where user hung up.

Link copied to clipboard

Percentage of sessions reached Dialogflow 'END_PAGE' or 'END_SESSION'.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDialogflowCxV3beta1ExperimentResultMetricType
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: GoogleCloudDialogflowCxV3beta1ExperimentResultMetricType
Link copied to clipboard
Link copied to clipboard