Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics

import type { GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";

Version variant and associated metrics.

interface GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics {
sessionCount?: number;
version?: string;
}

§Properties

§

The metrics and corresponding confidence intervals in the inference result.

§
sessionCount?: number
[src]

Number of sessions that were allocated to this version.

§
version?: string
[src]

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