GoogleCloudDialogflowCxV3ListExamplesResponse constructor

GoogleCloudDialogflowCxV3ListExamplesResponse({
  1. List<GoogleCloudDialogflowCxV3Example>? examples,
  2. String? nextPageToken,
})

Implementation

GoogleCloudDialogflowCxV3ListExamplesResponse({
  this.examples,
  this.nextPageToken,
});