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

GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata

import type { GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";

Metadata in google::longrunning::Operation for Knowledge operations.

interface GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata {
readonly state?:
| "STATE_UNSPECIFIED"
| "PENDING"
| "RUNNING"
| "DONE";
}

§Properties

§
readonly state?: "STATE_UNSPECIFIED" | "PENDING" | "RUNNING" | "DONE"
[src]

Required. Output only. The current state of this operation.