GoogleCloudDialogflowV2ListEnvironmentsResponse constructor

GoogleCloudDialogflowV2ListEnvironmentsResponse({
  1. List<GoogleCloudDialogflowV2Environment>? environments,
  2. String? nextPageToken,
})

Implementation

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