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

ProjectsLocationsAgentsFlowsVersionsListOptions

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

Additional options for Dialogflow#projectsLocationsAgentsFlowsVersionsList.

interface ProjectsLocationsAgentsFlowsVersionsListOptions {
pageSize?: number;
pageToken?: string;
}

§Properties

§
pageSize?: number
[src]

The maximum number of items to return in a single page. By default 20 and at most 100.

§
pageToken?: string
[src]

The next_page_token value returned from a previous list request.