GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency
import type { GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency {
completeTime?: Date;
latencyMs?: number;
startTime?: Date;
step?: string;
}