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;
}