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

ProjectsLocationsAgentsTestCasesListOptions

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

Additional options for Dialogflow#projectsLocationsAgentsTestCasesList.

interface ProjectsLocationsAgentsTestCasesListOptions {
pageSize?: number;
pageToken?: string;
view?: "TEST_CASE_VIEW_UNSPECIFIED" | "BASIC" | "FULL";
}

§Properties

§
pageSize?: number
[src]

The maximum number of items to return in a single page. By default 20. Note that when TestCaseView = FULL, the maximum page size allowed is 20. When TestCaseView = BASIC, the maximum page size allowed is 500.

§
pageToken?: string
[src]

The next_page_token value returned from a previous list request.

§
view?: "TEST_CASE_VIEW_UNSPECIFIED" | "BASIC" | "FULL"
[src]

Specifies whether response should include all fields or just the metadata.