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

GoogleCloudDialogflowCxV3VersionVariantsVariant

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

A single flow version with specified traffic allocation.

interface GoogleCloudDialogflowCxV3VersionVariantsVariant {
isControlGroup?: boolean;
trafficAllocation?: number;
version?: string;
}

§Properties

§
isControlGroup?: boolean
[src]

Whether the variant is for the control group.

§
trafficAllocation?: number
[src]

Percentage of the traffic which should be routed to this version of flow. Traffic allocation for a single flow must sum up to 1.0.

§
version?: string
[src]

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