GoogleLongrunningOperation
import type { GoogleLongrunningOperation } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleLongrunningOperation {
done?: boolean;
error?: GoogleRpcStatus;
metadata?: {};
[key: string]: any;
name?: string;
response?: {};
}[key: string]: any;