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;
validationMessages?: GoogleCloudDialogflowCxV3ValidationMessage[];
}