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

ProjectsLocationsAgentsGeneratorsListOptions

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

Additional options for Dialogflow#projectsLocationsAgentsGeneratorsList.

interface ProjectsLocationsAgentsGeneratorsListOptions {
languageCode?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
languageCode?: string
[src]

The language to list generators for.

§
pageSize?: number
[src]

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

§
pageToken?: string
[src]

The next_page_token value returned from a previous list request.