GoogleCloudDialogflowCxV3ListEnvironmentsResponse
import type { GoogleCloudDialogflowCxV3ListEnvironmentsResponse } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3ListEnvironmentsResponse {
environments?: GoogleCloudDialogflowCxV3Environment[];
nextPageToken?: string;
}