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

GoogleCloudDialogflowCxV3RolloutConfigRolloutStep

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

A single rollout step with specified traffic allocation.

interface GoogleCloudDialogflowCxV3RolloutConfigRolloutStep {
displayName?: string;
minDuration?: number;
trafficPercent?: number;
}

§Properties

§
displayName?: string
[src]

The name of the rollout step;

§
minDuration?: number
[src]

The minimum time that this step should last. Should be longer than 1 hour. If not set, the default minimum duration for each step will be 1 hour.

§
trafficPercent?: number
[src]

The percentage of traffic allocated to the flow version of this rollout step. (0%, 100%].