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

ProjectsLocationsAgentsEnvironmentsListOptions

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

Additional options for Dialogflow#projectsLocationsAgentsEnvironmentsList.

interface ProjectsLocationsAgentsEnvironmentsListOptions {
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.