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

GoogleCloudDialogflowCxV3ExportTestCasesResponse

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

The response message for TestCases.ExportTestCases.

interface GoogleCloudDialogflowCxV3ExportTestCasesResponse {
content?: Uint8Array;
gcsUri?: string;
}

§Properties

§
content?: Uint8Array
[src]

Uncompressed raw byte content for test cases.

§
gcsUri?: string
[src]

The URI to a file containing the exported test cases. This field is populated only if gcs_uri is specified in ExportTestCasesRequest.