GoogleCloudDialogflowCxV3beta1ExperimentResultVersionMetricsArgs

data class GoogleCloudDialogflowCxV3beta1ExperimentResultVersionMetricsArgs(val metrics: Output<List<GoogleCloudDialogflowCxV3beta1ExperimentResultMetricArgs>>? = null, val sessionCount: Output<Int>? = null, val version: Output<String>? = null) : ConvertibleToJava<GoogleCloudDialogflowCxV3beta1ExperimentResultVersionMetricsArgs>

Version variant and associated metrics.

Constructors

Functions

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

Properties

Link copied to clipboard

The metrics and corresponding confidence intervals in the inference result.

Link copied to clipboard
val sessionCount: Output<Int>? = null

Number of sessions that were allocated to this version.

Link copied to clipboard
val version: Output<String>? = null

The name of the flow Version. Format: projects//locations//agents//flows//versions/.