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";

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

interface GoogleCloudDialogflowV2KnowledgeOperationMetadata {
knowledgeBase?: string;
readonly state?:
| "STATE_UNSPECIFIED"
| "PENDING"
| "RUNNING"
| "DONE";
}

§Properties

§

Metadata for the Export Data Operation such as the destination of export.

§
knowledgeBase?: string
[src]

The name of the knowledge base interacted with during the operation.

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

Output only. The current state of this operation.