GoogleCloudDialogflowCxV3ListExamplesResponse
import type { GoogleCloudDialogflowCxV3ListExamplesResponse } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
The response message for Examples.ListExamples.
interface GoogleCloudDialogflowCxV3ListExamplesResponse {
examples?: GoogleCloudDialogflowCxV3Example[];
nextPageToken?: string;
}§Properties
§
examples?: GoogleCloudDialogflowCxV3Example[]
[src]The list of examples. There will be a maximum number of items returned based on the page_size field in the request.