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";
interface GoogleCloudDialogflowCxV3RolloutState {
startTime?: Date;
step?: string;
stepIndex?: number;
}

§Properties

§
startTime?: Date
[src]
§
step?: string
[src]
§
stepIndex?: number
[src]