GoogleCloudDialogflowCxV3ListTestCasesResponse
import type { GoogleCloudDialogflowCxV3ListTestCasesResponse } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3ListTestCasesResponse {
nextPageToken?: string;
testCases?: GoogleCloudDialogflowCxV3TestCase[];
}