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

GoogleCloudDialogflowCxV3ImportTestCasesRequest

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

The request message for TestCases.ImportTestCases.

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

§Properties

§
content?: Uint8Array
[src]

Uncompressed raw byte content for test cases.

§
gcsUri?: string
[src]

The Google Cloud Storage URI to import test cases from. The format of this URI must be gs:///. Dialogflow performs a read operation for the Cloud Storage object on the caller's behalf, so your request authentication must have read permissions for the object. For more information, see Dialogflow access control.