GoogleCloudDialogflowCxV3RolloutConfigRolloutStep
import type { GoogleCloudDialogflowCxV3RolloutConfigRolloutStep } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3RolloutConfigRolloutStep {
displayName?: string;
minDuration?: number;
trafficPercent?: number;
}