GoogleCloudDialogflowCxV3ListExamplesResponse constructor
GoogleCloudDialogflowCxV3ListExamplesResponse({
- List<
GoogleCloudDialogflowCxV3Example> ? examples, - String? nextPageToken,
Implementation
GoogleCloudDialogflowCxV3ListExamplesResponse({
this.examples,
this.nextPageToken,
});