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