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";
interface GoogleCloudDialogflowCxV3RolloutConfigRolloutStep {
displayName?: string;
minDuration?: number;
trafficPercent?: number;
}

§Properties

§
displayName?: string
[src]
§
minDuration?: number
[src]
§
trafficPercent?: number
[src]