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

GoogleCloudDialogflowV2KnowledgeOperationMetadata

import type { GoogleCloudDialogflowV2KnowledgeOperationMetadata } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowV2KnowledgeOperationMetadata {
doneTime?: Date;
knowledgeBase?: string;
readonly state?:
| "STATE_UNSPECIFIED"
| "PENDING"
| "RUNNING"
| "DONE";
}

§Properties

§
doneTime?: Date
[src]
§
knowledgeBase?: string
[src]
§
readonly state?: "STATE_UNSPECIFIED" | "PENDING" | "RUNNING" | "DONE"
[src]