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

GoogleCloudDialogflowCxV3FlowValidationResult

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

The response message for Flows.GetFlowValidationResult.

interface GoogleCloudDialogflowCxV3FlowValidationResult {
name?: string;
updateTime?: Date;
}

§Properties

§
name?: string
[src]

The unique identifier of the flow validation result. Format: projects//locations//agents//flows//validationResult.

§
updateTime?: Date
[src]

Last time the flow was validated.

§

Contains all validation messages.