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";
interface GoogleCloudDialogflowV2ImportConversationDataOperationMetadata {
conversationDataset?: string;
createTime?: Date;
partialFailures?: GoogleRpcStatus[];
}

§Properties

§
conversationDataset?: string
[src]
§
createTime?: Date
[src]
§
partialFailures?: GoogleRpcStatus[]
[src]