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

GoogleCloudDialogflowCxV3RolloutState

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

State of the auto-rollout process.

interface GoogleCloudDialogflowCxV3RolloutState {
startTime?: Date;
step?: string;
stepIndex?: number;
}

§Properties

§
startTime?: Date
[src]

Start time of the current step.

§
step?: string
[src]

Display name of the current auto rollout step.

§
stepIndex?: number
[src]

Index of the current step in the auto rollout steps list.