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

ProjectsLocationsAgentsIntentsListOptions

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

Additional options for Dialogflow#projectsLocationsAgentsIntentsList.

interface ProjectsLocationsAgentsIntentsListOptions {
intentView?: "INTENT_VIEW_UNSPECIFIED" | "INTENT_VIEW_PARTIAL" | "INTENT_VIEW_FULL";
languageCode?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
intentView?: "INTENT_VIEW_UNSPECIFIED" | "INTENT_VIEW_PARTIAL" | "INTENT_VIEW_FULL"
[src]
§
languageCode?: string
[src]
§
pageSize?: number
[src]
§
pageToken?: string
[src]