GoogleCloudDialogflowCxV3ListEnvironmentsResponse constructor

GoogleCloudDialogflowCxV3ListEnvironmentsResponse({
  1. List<GoogleCloudDialogflowCxV3Environment>? environments,
  2. String? nextPageToken,
})

Implementation

GoogleCloudDialogflowCxV3ListEnvironmentsResponse({
  this.environments,
  this.nextPageToken,
});