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

GoogleCloudDialogflowV2ImportConversationDataOperationMetadata

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

Metadata for a ConversationDatasets.ImportConversationData operation.

interface GoogleCloudDialogflowV2ImportConversationDataOperationMetadata {
conversationDataset?: string;
createTime?: Date;
partialFailures?: GoogleRpcStatus[];
}

§Properties

§
conversationDataset?: string
[src]

The resource name of the imported conversation dataset. Format: projects//locations//conversationDatasets/

§
createTime?: Date
[src]

Timestamp when import conversation data request was created. The time is measured on server side.

§
partialFailures?: GoogleRpcStatus[]
[src]

Partial failures are failures that don't fail the whole long running operation, e.g. single files that couldn't be read.