GoogleCloudDialogflowCxV3ListIntentsResponse
import type { GoogleCloudDialogflowCxV3ListIntentsResponse } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";The response message for Intents.ListIntents.
interface GoogleCloudDialogflowCxV3ListIntentsResponse  {
intents?: GoogleCloudDialogflowCxV3Intent[];
nextPageToken?: string;
}