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

GoogleLongrunningOperation

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

§Properties

§
done?: boolean
[src]
§
metadata?: {
[key: string]: any;
}
[src]
§
name?: string
[src]
§
response?: {
[key: string]: any;
}
[src]