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

GoogleCloudDialogflowV2ImportConversationDataOperationResponse

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

Response used for ConversationDatasets.ImportConversationData long running operation.

interface GoogleCloudDialogflowV2ImportConversationDataOperationResponse {
conversationDataset?: string;
importCount?: number;
}

§Properties

§
conversationDataset?: string
[src]

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

§
importCount?: number
[src]

Number of conversations imported successfully.